remove flaky test (#21871)

This commit is contained in:
Stu Young
2019-10-03 09:57:50 -04:00
committed by GitHub
parent 8cf25ea81a
commit 31859fb930

View File

@@ -229,7 +229,6 @@ class PersistentGradesTest(ProgressPageBaseTest):
self.assertEqual(self._get_section_score(), (1, 2))
@ddt.data(
_change_correct_answer_for_problem,
_change_subsection_structure,
_change_weight_for_problem
)