From fec58639dbfd434bf0b0ce2091f9963633a1cd4e Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:07:50 +0800 Subject: [PATCH] [CI] skip test_structured_outputs* temporarily (#4055) --- tests/ci_use/EB_Lite/test_EB_Lite_serving.py | 2 ++ tests/ci_use/EB_VL_Lite/test_EB_VL_Lite_serving.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/ci_use/EB_Lite/test_EB_Lite_serving.py b/tests/ci_use/EB_Lite/test_EB_Lite_serving.py index 66661fcdd..00653045b 100644 --- a/tests/ci_use/EB_Lite/test_EB_Lite_serving.py +++ b/tests/ci_use/EB_Lite/test_EB_Lite_serving.py @@ -1191,6 +1191,7 @@ def non_streaming_chat_base(openai_client, chat_param): return response.choices[0].message.content +@pytest.mark.skip(reason="Temporarily skip this case due to unstable execution") def test_structured_outputs_json_schema(openai_client): """ Test structured outputs json_schema functionality with the local service @@ -1291,6 +1292,7 @@ def test_structured_outputs_json_schema(openai_client): }, f"json_schema non_streaming response: {json_schema_response['genre']} is not a valid book-type" +@pytest.mark.skip(reason="Temporarily skip this case due to unstable execution") def test_structured_outputs_structural_tag(openai_client): """ Test structured outputs structural_tag functionality with the local service diff --git a/tests/ci_use/EB_VL_Lite/test_EB_VL_Lite_serving.py b/tests/ci_use/EB_VL_Lite/test_EB_VL_Lite_serving.py index 973ac09cb..4c500ca51 100644 --- a/tests/ci_use/EB_VL_Lite/test_EB_VL_Lite_serving.py +++ b/tests/ci_use/EB_VL_Lite/test_EB_VL_Lite_serving.py @@ -586,6 +586,7 @@ def non_streaming_chat_base(openai_client, chat_param): return response.choices[0].message.content +@pytest.mark.skip(reason="Temporarily skip this case due to unstable execution") def test_structured_outputs_json_schema(openai_client): """ Test structured outputs json_schema functionality with the local service @@ -695,6 +696,7 @@ def test_structured_outputs_json_schema(openai_client): }, f"json_schema non_streaming response: {json_schema_response['genre']} is not a valid book-type" +@pytest.mark.skip(reason="Temporarily skip this case due to unstable execution") def test_structured_outputs_structural_tag(openai_client): """ Test structured outputs structural_tag functionality with the local service