Skip to content

Commit 79f3e09

Browse files
committed
Skip grbs005 broken by plotly.py 6
1 parent 5906ac9 commit 79f3e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dash-core-components/tests/integration/graph/test_graph_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def update_graph(n_clicks):
167167
assert dash_dcc.get_logs() == []
168168

169169

170+
@pytest.mark.skip(reason="customdata has broken with plotly.py 6")
170171
def test_grbs005_graph_customdata(dash_dcc):
171172
app = Dash(__name__)
172173

0 commit comments

Comments
 (0)