Skip to content

Commit db2e765

Browse files
committed
Set rdcap003 flaky
1 parent 49d34b4 commit db2e765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/renderer/test_component_as_prop.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from dash.dcc import Checklist, Dropdown
88
from dash.html import Button, Div, Span
99

10+
from flaky import flaky
11+
1012

1113
def opt(u):
1214
return {
@@ -346,6 +348,7 @@ def demo(n_clicks):
346348
dash_duo.wait_for_text_to_equal(f"#options label:nth-child({i}) span", "1")
347349

348350

351+
@flaky(max_runs=3)
349352
def test_rdcap003_side_effect_regression(dash_duo):
350353
# Test for #2411, regression introduced by original rdcap002 fix
351354
# callback on the same components that is output with same id but not property triggered

0 commit comments

Comments
 (0)