Commit bda0c062 by Ben Patterson

Flag test as flaky. SOL-449.

parent ee0ae6ee
......@@ -14,6 +14,7 @@ from ..helpers import (
is_option_value_selected,
element_has_text,
)
from flaky import flaky
class SettingsMilestonesTest(StudioCourseTest):
......@@ -40,6 +41,7 @@ class SettingsMilestonesTest(StudioCourseTest):
self.assertTrue(self.settings_detail.pre_requisite_course_options)
@flaky # TODO fix this, see SOL-449
def test_prerequisite_course_save_successfully(self):
"""
Scenario: Selecting course from Pre-Requisite course drop down save the selected course as pre-requisite
......
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