Skip to content

Commit

Permalink
Set rdrh flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Jul 16, 2024
1 parent 12bbe42 commit 49d34b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/renderer/test_request_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import flask
import pytest

from flaky import flaky

from dash import Dash, Output, Input, html, dcc
from dash.types import RendererHooks
from werkzeug.exceptions import HTTPException
Expand Down Expand Up @@ -198,6 +200,7 @@ def update_output(value):
assert dash_duo.get_logs() == []


@flaky(max_runs=3)
@pytest.mark.parametrize("expiry_code", [401, 400])
def test_rdrh003_refresh_jwt(expiry_code, dash_duo):
app = Dash(__name__)
Expand Down

0 comments on commit 49d34b4

Please sign in to comment.