Skip to content

Commit 2d2e3d6

Browse files
committed
Set rdps005 flaky
1 parent a234187 commit 2d2e3d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/renderer/test_persistence.py

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

@@ -206,6 +207,7 @@ def toggle_table(n):
206207
check_table_names(dash_duo, ["a", "b"])
207208

208209

210+
@flaky.flaky(max_runs=3)
209211
def test_rdps005_persisted_props(dash_duo):
210212
app = Dash(__name__)
211213
app.layout = html.Div(

0 commit comments

Comments
 (0)