Skip to content
Snippets Groups Projects
Commit b835ccf9 authored by Jay Zoldak's avatar Jay Zoldak
Browse files

Merge pull request #4140 from edx/zoldak/disable-courses-page-test

Temporarily disable the studio bok-choy CoursePagesTest
parents 0c540e6c e52c9481
No related merge requests found
"""
Acceptance tests for Studio.
"""
from unittest import skip
from bok_choy.web_app_test import WebAppTest
from ..pages.studio.asset_index import AssetIndexPage
......@@ -107,6 +109,7 @@ class CoursePagesTest(UniqueCourseTest):
]
]
@skip('Intermittently failing with Page not found error for Assets. TE-418')
def test_page_existence(self):
"""
Make sure that all these pages are accessible once you have a course.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment