Remove flaky decorator. Feel optimistic.

This commit is contained in:
Ben Patterson
2017-02-27 14:21:46 -05:00
parent a745b2d401
commit 819706a1c5

View File

@@ -228,7 +228,6 @@ class PersistentGradesTest(ProgressPageBaseTest):
_change_subsection_structure,
_change_weight_for_problem
)
@flaky(max_runs=20, min_passes=20) # TODO: fix this, see TNL-6040
def test_content_changes_do_not_change_score(self, edit):
with self._logged_in_session():
self.courseware_page.visit()