Skip to content

Commit 2b0a223

Browse files
committed
set grrs002 flaky
1 parent 0d8e66f commit 2b0a223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pytest
2+
import flaky
23

34
from dash import Dash, Input, Output, State, dcc, html
45
import plotly.graph_objects as go
@@ -137,6 +138,7 @@ def resize(n_clicks, style):
137138
assert dash_dcc.get_logs() == []
138139

139140

141+
@flaky.flaky(max_runs=3)
140142
def test_grrs002_graph(dash_dcc):
141143
app = Dash(__name__)
142144

0 commit comments

Comments
 (0)