Skip to content

Commit 1a6b59a

Browse files
committed
set navg003 flaky
1 parent 328fbb9 commit 1a6b59a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dash-table/tests/selenium/test_navigation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from selenium.webdriver.common.keys import Keys
77

88
import pytest
9+
import flaky
910

1011
DATA_SIZE = 50
1112

@@ -154,6 +155,7 @@ def test_navg002_keyboard_after_ctrl_copy(test, props):
154155
assert test.get_log_errors() == []
155156

156157

158+
@flaky.flaky(max_runs=3)
157159
@pytest.mark.parametrize("props", [get_markdown_table(), get_mixed_markdown_table()])
158160
@pytest.mark.parametrize(
159161
"key,row,col",

0 commit comments

Comments
 (0)