Skip to content

Commit 88a4c94

Browse files
committed
Set pch001 flaky
1 parent 2be6047 commit 88a4c94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_patch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
import json
22

3+
import flaky
4+
35
from selenium.webdriver.common.keys import Keys
46

57
from dash import Dash, html, dcc, Input, Output, State, ALL, Patch
68

79

10+
@flaky.flaky(max_runs=3)
811
def test_pch001_patch_operations(dash_duo):
912

1013
app = Dash(__name__)

0 commit comments

Comments
 (0)