Skip to content

Commit 1072b8c

Browse files
committed
Mark cbpi002 as flaky
1 parent b2d4097 commit 1072b8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/callbacks/test_prevent_initial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import json
22
import pytest
3+
from flaky import flaky
34

45
from dash import Dash, Input, Output, MATCH, html
56
from dash.exceptions import PreventUpdate
@@ -174,6 +175,7 @@ def d(_):
174175
dash_duo.wait_for_text_to_equal("#a", "Click")
175176

176177

178+
@flaky(max_runs=3)
177179
@pytest.mark.parametrize("flavor", flavors)
178180
def test_cbpi002_pattern_matching(flavor, dash_duo):
179181
# a clone of cbpi001 just throwing it through the pattern-matching machinery

0 commit comments

Comments
 (0)