Skip to content

Commit

Permalink
Set rdcap003 flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Jul 16, 2024
1 parent 49d34b4 commit db2e765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/renderer/test_component_as_prop.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from dash.dcc import Checklist, Dropdown
from dash.html import Button, Div, Span

from flaky import flaky


def opt(u):
return {
Expand Down Expand Up @@ -346,6 +348,7 @@ def demo(n_clicks):
dash_duo.wait_for_text_to_equal(f"#options label:nth-child({i}) span", "1")


@flaky(max_runs=3)
def test_rdcap003_side_effect_regression(dash_duo):
# Test for #2411, regression introduced by original rdcap002 fix
# callback on the same components that is output with same id but not property triggered
Expand Down

0 comments on commit db2e765

Please sign in to comment.