Commit 1531d8d2 by Marko Jevtic

(SOL-1160) mark test as flaky

parent f2b3ec57
......@@ -2,6 +2,8 @@
Acceptance tests for Studio related to the asset index page.
"""
from flaky import flaky
from ...pages.studio.asset_index import AssetIndexPage
from .base_studio_test import StudioCourseTest
......@@ -35,6 +37,7 @@ class AssetIndexTest(StudioCourseTest):
"""
self.asset_page.visit()
@flaky # TODO fix this, see SOL-1160
def test_type_filter_exists(self):
"""
Make sure type filter is on the page.
......
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