Skip to content

Commit 424be77

Browse files
committed
skip cbcx003
1 parent 4c81c35 commit 424be77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/callbacks/test_callback_context.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
import pytest
55

6-
import flaky
7-
86
from dash import Dash, ALL, Input, Output, html, dcc, callback_context, ctx
97

108
from dash.exceptions import PreventUpdate, MissingCallbackContextException
@@ -64,7 +62,7 @@ def on_click(*args):
6462
)
6563

6664

67-
@flaky.flaky(max_runs=3)
65+
@pytest.mark.skip(reason="Broken test on circleci, re-enable when migrated to gha")
6866
def test_cbcx003_no_callback_context():
6967
for attr in ["inputs", "states", "triggered", "response"]:
7068
with pytest.raises(MissingCallbackContextException):

0 commit comments

Comments
 (0)