Commit 6acdfea7 by Marko Jevtić

Merge pull request #9553 from edx/mjevtic/SOL-1160

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