Skip to content

Commit fa32db0

Browse files
committed
Skip test clientside inline restarts
1 parent 3a0287b commit fa32db0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tests/integration/clientside/test_clientside_restarts.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
import pytest
12
from dash import Dash, html, Output, Input
23

34

5+
@pytest.mark.skip(reason="Hot-reload & clientside callbacks doesn't work properly")
46
def test_clrs001_clientside_inline_restarts(dash_duo_mp):
7+
# FIXME find another way to test clientside callbacks restarts
58
reloads = 0
69

710
def create_app():

0 commit comments

Comments
 (0)