From d6a823c033367a3dfe5251066b496149fe404e5f Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Tue, 20 Jan 2015 15:30:23 -0500 Subject: [PATCH] Disable flaky bok-choy tests of payment and verification flow --- common/test/acceptance/tests/lms/test_lms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/test/acceptance/tests/lms/test_lms.py b/common/test/acceptance/tests/lms/test_lms.py index cfd0ab0368..9e6067c655 100644 --- a/common/test/acceptance/tests/lms/test_lms.py +++ b/common/test/acceptance/tests/lms/test_lms.py @@ -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."""