From f3214a1fdab644ba1ffb93620a489458d356de06 Mon Sep 17 00:00:00 2001 From: philippe Date: Tue, 4 Apr 2023 09:07:12 -0400 Subject: [PATCH] Skip test clientside inline restarts --- tests/integration/clientside/test_clientside_restarts.py | 3 +++ 1 file changed, 3 insertions(+) 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():