From fe002dc821e41d907303fc3cfe0b1fc429a93764 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Fri, 8 May 2026 16:47:20 +0200 Subject: [PATCH] skip potential broken tests --- tests/test_api_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api_stream.py b/tests/test_api_stream.py index 51981f49..3fbdc159 100644 --- a/tests/test_api_stream.py +++ b/tests/test_api_stream.py @@ -60,7 +60,6 @@ def before_each() -> None: asset_store.clear() -@pytest.mark.skip def test_stream_image(test_client : TestClient) -> None: create_session_response = test_client.post('/session', json = { @@ -103,6 +102,7 @@ def test_stream_image(test_client : TestClient) -> None: assert output_vision_frame.shape == (1024, 1024, 3) +#TODO: fix this test - it breaks CI @pytest.mark.skip def test_stream_video(test_client : TestClient) -> None: create_session_response = test_client.post('/session', json =