diff --git a/test/selenium_tests/test_history_panel_pagination.py b/test/selenium_tests/test_history_panel_pagination.py index d1ad0184368..f2a2c62c738 100644 --- a/test/selenium_tests/test_history_panel_pagination.py +++ b/test/selenium_tests/test_history_panel_pagination.py @@ -1,3 +1,5 @@ +from base.populators import flakey + from .framework import ( selenium_test, SeleniumTestCase @@ -9,6 +11,7 @@ class HistoryPanelPaginationTestCase(SeleniumTestCase): ensure_registered = True @selenium_test + @flakey # The next button doesn't always work - maybe a delay in JS callback registering for that. def test_pagination(self): history_id = self.current_history_id()