Skip to content

Commit 3188680

Browse files
committed
fix skip
1 parent 92380b1 commit 3188680

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/callbacks/test_callback_context.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import operator
33

44
import pytest
5-
import flaky
65

76
from dash import Dash, ALL, Input, Output, html, dcc, callback_context, ctx
87

@@ -99,7 +98,7 @@ def report_triggered(n):
9998
)
10099

101100

102-
@pytest.skip(reason="Broken test on circleci")
101+
@pytest.mark.skip(reason="Broken test on circleci")
103102
def test_cbcx005_grouped_clicks(dash_duo):
104103
class context:
105104
calls = 0

0 commit comments

Comments
 (0)