Skip to content

Commit 89d6a93

Browse files
committed
Set cblb001 flaky
1 parent 59234db commit 89d6a93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/callbacks/test_layout_paths_with_callbacks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
from dash import Dash, Input, Output, dcc, html
55
import dash.testing.wait as wait
66

7+
from flaky import flaky
78

9+
10+
@flaky(max_runs=3)
811
def test_cblp001_radio_buttons_callbacks_generating_children(dash_duo):
912
TIMEOUT = 2
1013
with open(os.path.join(os.path.dirname(__file__), "state_path.json")) as fp:

0 commit comments

Comments
 (0)