Commit 8fbeeeeb by Julia Hansbrough

Disable flakey language change acceptance tests

parent 9e5121f3
......@@ -99,6 +99,7 @@ class LanguageTest(UniqueCourseTest):
self.password = "testpass"
self.email = "test@example.com"
@skip("Flakey in its present form; re-enable when fixed")
def test_change_lang(self):
AutoAuthPage(self.browser, course_id=self.course_id).visit()
self.dashboard_page.visit()
......@@ -109,6 +110,7 @@ class LanguageTest(UniqueCourseTest):
# We should see the dummy-language text on the page
self.assertIn(self.current_courses_text, changed_text)
@skip("Flakey in its present form; re-enable when fixed")
def test_language_persists(self):
auto_auth_page = AutoAuthPage(self.browser, username=self.username, password=self.password, email=self.email, course_id=self.course_id)
auto_auth_page.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