diff --git a/tests/integration/clientside/test_clientside_restarts.py b/tests/integration/clientside/test_clientside_restarts.py index dff7f10b1f..b1b165f856 100644 --- a/tests/integration/clientside/test_clientside_restarts.py +++ b/tests/integration/clientside/test_clientside_restarts.py @@ -1,7 +1,10 @@ +import pytest from dash import Dash, html, Output, Input +@pytest.mark.skip(reason="Hot-reload & clientside callbacks doesn't work properly") def test_clrs001_clientside_inline_restarts(dash_duo_mp): + # FIXME find another way to test clientside callbacks restarts reloads = 0 def create_app():