Disable flaky bok-choy tests of payment and verification flow

This commit is contained in:
Renzo Lucioni
2015-01-20 15:30:23 -05:00
parent c2a0b0f06e
commit d6a823c033

View File

@@ -242,6 +242,7 @@ class RegisterFromCombinedPageTest(UniqueCourseTest):
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')
class PayAndVerifyTest(UniqueCourseTest):
"""Test that we can proceed through the payment and verification flow."""