Merge pull request #19932 from edx/estute/remove-flaky-bokchoy-test

remove flaky bokchoy test
This commit is contained in:
Stu Young
2019-03-06 10:07:04 -05:00
committed by GitHub

View File

@@ -1059,8 +1059,7 @@ class FormulaProblemRandomizeTest(ProblemsTest):
@ddt.data(
('R_1*R_2', 'incorrect'),
('R_1/R_3', 'incorrect'),
('R_1*R_2/R_3', 'correct')
('R_1/R_3', 'incorrect')
)
@ddt.unpack
def test_reset_problem_after_submission(self, input_value, correctness):