We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e949c96 commit 71cbc06Copy full SHA for 71cbc06
components/dash-core-components/tests/integration/graph/test_graph_varia.py
@@ -15,6 +15,8 @@
15
from selenium.webdriver.support.ui import WebDriverWait
16
from selenium.webdriver.support import expected_conditions as EC
17
18
+from flaky import flaky
19
+
20
21
@pytest.mark.parametrize("is_eager", [True, False])
22
def test_grva001_candlestick(dash_dcc, is_eager):
@@ -681,6 +683,7 @@ def load_chart(n_clicks):
681
683
assert dash_dcc.get_logs() == []
682
684
685
686
+@flaky(max_runs=3)
687
def test_grva008_shapes_not_lost(dash_dcc):
688
# See issue #879 and pr #905
689
app = Dash(__name__)
0 commit comments