We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc73c16 commit 2f16529Copy full SHA for 2f16529
tests/integration/renderer/test_dependencies.py
@@ -2,7 +2,10 @@
2
3
from dash import Dash, html, dcc, Input, Output
4
5
+from flaky import flaky
6
7
+
8
+@flaky(max_runs=3)
9
def test_rddp001_dependencies_on_components_that_dont_exist(dash_duo):
10
app = Dash(__name__, suppress_callback_exceptions=True)
11
app.layout = html.Div(
0 commit comments