Skip to content

Commit 8f820cd

Browse files
committed
set lcbc008 flaky
1 parent b740fbc commit 8f820cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/background_callback/test_basic_long_callback008.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.background_callback.utils import setup_background_callback_app
67

78

89
@pytest.mark.skipif(
910
sys.version_info < (3, 7), reason="Python 3.6 long callbacks tests hangs up"
1011
)
12+
@flaky(max_runs=3)
1113
def test_lcbc008_long_callbacks_error(dash_duo, manager):
1214
with setup_background_callback_app(manager, "app_error") as app:
1315
dash_duo.start_server(

0 commit comments

Comments
 (0)