Skip to content

Commit d99da2a

Browse files
committed
Add clear_pages_state to arb003
1 parent 9744a68 commit d99da2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/callbacks/test_arbitrary_callbacks.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
clientside_callback,
1212
)
1313

14-
from flaky import flaky
15-
1614

1715
def test_arb001_global_set_props(dash_duo):
1816
app = Dash()
@@ -91,8 +89,7 @@ def no_output3(_):
9189
assert counter.value == 1
9290

9391

94-
@flaky(max_runs=3)
95-
def test_arb003_arbitrary_pages(dash_duo):
92+
def test_arb003_arbitrary_pages(dash_duo, clear_pages_state):
9693
app = Dash(use_pages=True, pages_folder="")
9794

9895
register_page(

0 commit comments

Comments
 (0)