[CI] skip test_structured_outputs* temporarily (#4055)

This commit is contained in:
YuBaoku
2025-09-11 18:07:50 +08:00
committed by GitHub
parent d2d04c2d5e
commit fec58639db
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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