Skip to content

Commit 71cbc06

Browse files
committed
grva008 flaky
1 parent e949c96 commit 71cbc06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/dash-core-components/tests/integration/graph/test_graph_varia.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
from selenium.webdriver.support.ui import WebDriverWait
1616
from selenium.webdriver.support import expected_conditions as EC
1717

18+
from flaky import flaky
19+
1820

1921
@pytest.mark.parametrize("is_eager", [True, False])
2022
def test_grva001_candlestick(dash_dcc, is_eager):
@@ -681,6 +683,7 @@ def load_chart(n_clicks):
681683
assert dash_dcc.get_logs() == []
682684

683685

686+
@flaky(max_runs=3)
684687
def test_grva008_shapes_not_lost(dash_dcc):
685688
# See issue #879 and pr #905
686689
app = Dash(__name__)

0 commit comments

Comments
 (0)