Skip to content

Commit fb96986

Browse files
committed
Set lcbc flaky.
1 parent 39aa3b7 commit fb96986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/long_callback/test_basic_long_callback016.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
import sys
22

33
import pytest
4+
from flaky import flaky
45

56
from tests.integration.long_callback.utils import setup_long_callback_app
67

78

89
@pytest.mark.skipif(
910
sys.version_info < (3, 9), reason="Python 3.8 long callbacks tests hangs up"
1011
)
12+
@flaky(max_runs=3)
1113
def test_lcbc016_multi_page_cancel(dash_duo, manager):
1214
with setup_long_callback_app(manager, "app_page_cancel") as app:
1315
dash_duo.start_server(app)

0 commit comments

Comments
 (0)