We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0287b commit fa32db0Copy full SHA for fa32db0
tests/integration/clientside/test_clientside_restarts.py
@@ -1,7 +1,10 @@
1
+import pytest
2
from dash import Dash, html, Output, Input
3
4
5
+@pytest.mark.skip(reason="Hot-reload & clientside callbacks doesn't work properly")
6
def test_clrs001_clientside_inline_restarts(dash_duo_mp):
7
+ # FIXME find another way to test clientside callbacks restarts
8
reloads = 0
9
10
def create_app():
0 commit comments