Fix flaky bok-choy tests caused by malformed URL

This commit is contained in:
Renzo Lucioni
2015-01-29 11:30:44 -05:00
parent 53b22da9bc
commit d5fa69ee54
2 changed files with 1 additions and 2 deletions

View File

@@ -273,7 +273,6 @@ class PayAndVerifyTest(UniqueCourseTest):
# 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()
@skip('flaky ECOM-1007')
def test_immediate_verification_enrollment(self):
# Create a user and log them in
AutoAuthPage(self.browser).visit()