(SOL-835) Addressing flakiness of the reindex acceptance test
This commit is contained in:
@@ -5,7 +5,6 @@ import os
|
||||
import json
|
||||
|
||||
from nose.plugins.attrib import attr
|
||||
from flaky import flaky
|
||||
|
||||
from ..helpers import UniqueCourseTest
|
||||
from ...pages.common.logout import LogoutPage
|
||||
@@ -177,7 +176,6 @@ class CoursewareSearchTest(UniqueCourseTest):
|
||||
# Do the search again, this time we expect results.
|
||||
self.assertTrue(self._search_for_content(self.SEARCH_STRING))
|
||||
|
||||
@flaky # TODO fix SOL-835
|
||||
def test_reindex(self):
|
||||
"""
|
||||
Make sure new content gets reindexed on button press.
|
||||
|
||||
Reference in New Issue
Block a user