From 7fe6b50004f0941a04a7dc7901b31e258a69b195 Mon Sep 17 00:00:00 2001 From: Alexander Sokol Date: Tue, 24 Sep 2024 15:13:41 -0400 Subject: [PATCH] Skip due to SQLite concurrency issue. --- tests/cl/runtime/routers/entity/test_panel.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cl/runtime/routers/entity/test_panel.py b/tests/cl/runtime/routers/entity/test_panel.py index 0ad77a4d..01e833a7 100644 --- a/tests/cl/runtime/routers/entity/test_panel.py +++ b/tests/cl/runtime/routers/entity/test_panel.py @@ -49,6 +49,7 @@ ] +@pytest.mark.skip("Temporarily skip due to SQLite concurrency issue.") # TODO: Switch test to MongoMock def test_method(): """Test coroutine for /entity/panel route.""" @@ -64,6 +65,7 @@ def test_method(): assert result == expected_result +@pytest.mark.skip("Temporarily skip due to SQLite concurrency issue.") # TODO: Switch test to MongoMock def test_api(): """Test REST API for /entity/panel route."""