Skip to content
Snippets Groups Projects
Commit 38a9d33b authored by Ben Patterson's avatar Ben Patterson
Browse files

Merge pull request #7222 from edx/benp/disable-sol-449

Disable test that's too flaky for our flaky policy.
parents 616f2bb0 0c0e5163
No related merge requests found
......@@ -14,7 +14,6 @@ from ..helpers import (
is_option_value_selected,
element_has_text,
)
from flaky import flaky
class SettingsMilestonesTest(StudioCourseTest):
......@@ -41,7 +40,7 @@ class SettingsMilestonesTest(StudioCourseTest):
self.assertTrue(self.settings_detail.pre_requisite_course_options)
@flaky # TODO fix this, see SOL-449
@skip("Flaky test. 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment