Skip to content

Commit 1befd3c

Browse files
committed
Skip lcbc005_long_callback_caching.
1 parent 8d2b1d3 commit 1befd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/long_callback/test_basic_long_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_lcbc004_long_callback_progress(dash_duo, manager):
212212
assert dash_duo.get_logs() == []
213213

214214

215-
@flaky(max_runs=3)
215+
@pytest.mark.skip(reason="Timeout often")
216216
def test_lcbc005_long_callback_caching(dash_duo, manager):
217217
lock = Lock()
218218

0 commit comments

Comments
 (0)