Commit 353caea7 by cahrens

Label flaky test test_reindex.

SOL-835
parent 714b5a9f
...@@ -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