Skip to content

Commit cef2549

Browse files
committed
mark dveh002 flaky
1 parent eae2ca9 commit cef2549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/devtools/test_devtools_error_handling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: UTF-8 -*-
2+
import flaky
23
from dash import Dash, Input, Output, html, dcc
34
from dash.exceptions import PreventUpdate
45

@@ -119,6 +120,7 @@ def test_dveh006_long_python_errors(dash_duo):
119120
assert "self.wsgi_app" in error1
120121

121122

123+
@flaky.flaky(max_runs=3)
122124
def test_dveh002_prevent_update_not_in_error_msg(dash_duo):
123125
# raising PreventUpdate shouldn't display the error message
124126
app = Dash(__name__)

0 commit comments

Comments
 (0)