Skip to content

Commit

Permalink
Make new Selenium pagination test as flakey - doesn't work consistent…
Browse files Browse the repository at this point in the history
…ly on Jenkins.
  • Loading branch information
jmchilton committed Nov 30, 2017
1 parent 3770588 commit 345ee9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/selenium_tests/test_history_panel_pagination.py
@@ -1,3 +1,5 @@
from base.populators import flakey

from .framework import (
selenium_test,
SeleniumTestCase
Expand All @@ -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()

Expand Down

0 comments on commit 345ee9a

Please sign in to comment.