Commit 7c7b0dd7 by Christina Roberts

Merge pull request #7915 from edx/christina/flaky-search

Label flaky test test_reindex.
parents 1ce4baa6 353caea7
...@@ -5,6 +5,7 @@ import os ...@@ -5,6 +5,7 @@ import os
import json import json
from nose.plugins.attrib import attr from nose.plugins.attrib import attr
from flaky import flaky
from ..helpers import UniqueCourseTest from ..helpers import UniqueCourseTest
from ...pages.common.logout import LogoutPage from ...pages.common.logout import LogoutPage
...@@ -178,6 +179,7 @@ class CoursewareSearchTest(UniqueCourseTest): ...@@ -178,6 +179,7 @@ class CoursewareSearchTest(UniqueCourseTest):
# Do the search again, this time we expect results. # Do the search again, this time we expect results.
self.assertTrue(self._search_for_content(self.SEARCH_STRING)) self.assertTrue(self._search_for_content(self.SEARCH_STRING))
@flaky # TODO fix SOL-835
def test_reindex(self): def test_reindex(self):
""" """
Make sure new content gets reindexed on button press. Make sure new content gets reindexed on button press.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment