Commit dc4b4f90 by Ben Patterson

Merge pull request #8404 from edx/benp/skip-settings-test-jun2015

Skip test that has become too flaky. SOL-449.
parents 82f7238f d3f7bdc1
......@@ -2,7 +2,6 @@
Acceptance tests for Studio's Settings Details pages
"""
from unittest import skip
from flaky import flaky
from .base_studio_test import StudioCourseTest
from ...fixtures.course import CourseFixture
......@@ -41,7 +40,7 @@ class SettingsMilestonesTest(StudioCourseTest):
self.assertTrue(self.settings_detail.pre_requisite_course_options)
@flaky # TODO: fix this. SOL-449
@skip # TODO: fix this. 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