Skip to content

Commit 475f749

Browse files
committed
Skip dvpc001
1 parent 97f0fdc commit 475f749

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/devtools/test_props_check.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import pytest
2+
13
from dash import Dash, Input, Output, html, dcc
24
from dash.dash_table import DataTable
35

@@ -173,6 +175,9 @@
173175
}
174176

175177

178+
@pytest.mark.skip(
179+
reason="Flaky error on CI: https://github.com/plotly/dash/issues/2654"
180+
)
176181
def test_dvpc001_prop_check_errors_with_path(dash_duo):
177182
app = Dash(__name__, eager_loading=True)
178183

0 commit comments

Comments
 (0)