Skip to content

Commit

Permalink
Merge pull request #2655 from plotly/skip-dvpc
Browse files Browse the repository at this point in the history
Skip dvpc001
  • Loading branch information
T4rk1n authored Oct 6, 2023
2 parents 97f0fdc + 475f749 commit f73f758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/devtools/test_props_check.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import pytest

from dash import Dash, Input, Output, html, dcc
from dash.dash_table import DataTable

Expand Down Expand Up @@ -173,6 +175,9 @@
}


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

Expand Down

0 comments on commit f73f758

Please sign in to comment.