Skip to content

Commit 2f16529

Browse files
committed
Set rddp001 as flaky
1 parent fc73c16 commit 2f16529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/renderer/test_dependencies.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
from dash import Dash, html, dcc, Input, Output
44

5+
from flaky import flaky
56

7+
8+
@flaky(max_runs=3)
69
def test_rddp001_dependencies_on_components_that_dont_exist(dash_duo):
710
app = Dash(__name__, suppress_callback_exceptions=True)
811
app.layout = html.Div(

0 commit comments

Comments
 (0)