Skip to content

Commit 0d8e66f

Browse files
committed
set cbcx005 flaky
1 parent e47cfd8 commit 0d8e66f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/callbacks/test_callback_context.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import json
22
import operator
3+
34
import pytest
5+
import flaky
46

57
from dash import Dash, ALL, Input, Output, html, dcc, callback_context, ctx
68

@@ -97,7 +99,7 @@ def report_triggered(n):
9799
)
98100

99101

100-
@pytest.mark.DASH1350
102+
@flaky.flaky(max_runs=3)
101103
def test_cbcx005_grouped_clicks(dash_duo):
102104
class context:
103105
calls = 0

0 commit comments

Comments
 (0)