Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/ci_use/EB_Lite/test_EB_Lite_serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1291,6 +1292,7 @@ class BookDescription(BaseModel):
}, 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
Expand Down
2 changes: 2 additions & 0 deletions tests/ci_use/EB_VL_Lite/test_EB_VL_Lite_serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -695,6 +696,7 @@ class BookDescription(BaseModel):
}, 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
Expand Down
Loading