Skip to content

Commit 9744a68

Browse files
committed
Set arb003 flaky
1 parent fbab377 commit 9744a68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/callbacks/test_arbitrary_callbacks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
clientside_callback,
1212
)
1313

14+
from flaky import flaky
15+
1416

1517
def test_arb001_global_set_props(dash_duo):
1618
app = Dash()
@@ -89,6 +91,7 @@ def no_output3(_):
8991
assert counter.value == 1
9092

9193

94+
@flaky(max_runs=3)
9295
def test_arb003_arbitrary_pages(dash_duo):
9396
app = Dash(use_pages=True, pages_folder="")
9497

0 commit comments

Comments
 (0)