Commit 19ca938f by stu Committed by Ned Batchelder

mark test_content_changes_do_not_change_score_2__change_subsection_structure as flaky

(cherry-picked from 2014f450)
parent e0e23df3
......@@ -8,6 +8,7 @@ import ddt
from bok_choy.javascript import js_defined
from contextlib import contextmanager
from nose.plugins.attrib import attr
from flaky import flaky
from ..helpers import (
UniqueCourseTest, auto_auth, create_multiple_choice_problem, create_multiple_choice_xml, get_modal_alert
......@@ -228,6 +229,7 @@ class PersistentGradesTest(ProgressPageBaseTest):
_change_subsection_structure,
_change_weight_for_problem
)
@flaky #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()
......
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