Commit 61a3b07e by Ben Patterson

FEDX-88. Marking bok-choy test as flaky.

parent b6b0d7fd
...@@ -41,6 +41,7 @@ class AssetIndexTest(StudioCourseTest): ...@@ -41,6 +41,7 @@ class AssetIndexTest(StudioCourseTest):
assert self.asset_page.type_filter_on_page() is True assert self.asset_page.type_filter_on_page() is True
@skip_if_browser('chrome') # TODO Need to fix test_page_existance for this for chrome browser @skip_if_browser('chrome') # TODO Need to fix test_page_existance for this for chrome browser
@flaky # TODO FEDX-88
def test_filter_results(self): def test_filter_results(self):
""" """
Make sure type filter actually filters the results. Make sure type filter actually filters the results.
......
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