Commit 15030438 by Renzo Lucioni

Merge pull request #6698 from edx/renzo/disable-flaky-bok-choy

Disable flaky bok-choy tests of payment and verification flow
parents 1ccc7dc8 d6a823c0
...@@ -242,6 +242,7 @@ class RegisterFromCombinedPageTest(UniqueCourseTest): ...@@ -242,6 +242,7 @@ class RegisterFromCombinedPageTest(UniqueCourseTest):
self.assertEqual(self.register_page.current_form, "login") self.assertEqual(self.register_page.current_form, "login")
@skip('ECOM-956: Failing intermittently due to 500 errors when trying to hit the mode creation endpoint.')
@attr('shard_1') @attr('shard_1')
class PayAndVerifyTest(UniqueCourseTest): class PayAndVerifyTest(UniqueCourseTest):
"""Test that we can proceed through the payment and verification flow.""" """Test that we can proceed through the payment and verification flow."""
......
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