Commit 74ecb84f by Christine Lytwynec

Merge pull request #6862 from edx/clytwynec/disable_flaky_tests

disable PayAndVerifyTest.test_immediate_verification_enrollment
parents 4b6c62a8 e90c6643
...@@ -229,6 +229,7 @@ class PayAndVerifyTest(UniqueCourseTest): ...@@ -229,6 +229,7 @@ class PayAndVerifyTest(UniqueCourseTest):
# Add a verified mode to the course # Add a verified mode to the course
ModeCreationPage(self.browser, self.course_id, mode_slug=u'verified', mode_display_name=u'Verified Certificate', min_price=10, suggested_prices='10,20').visit() ModeCreationPage(self.browser, self.course_id, mode_slug=u'verified', mode_display_name=u'Verified Certificate', min_price=10, suggested_prices='10,20').visit()
@skip("Flaky 02/02/2015")
def test_immediate_verification_enrollment(self): def test_immediate_verification_enrollment(self):
# Create a user and log them in # Create a user and log them in
AutoAuthPage(self.browser).visit() AutoAuthPage(self.browser).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