Skip to content
Merged
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: 1 addition & 1 deletion tests/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function run_integration_tests() {
cd "$WORK_DIR"

# Test to skip
SKIP_TESTS="test_text_chat_completion_tool_calling_tools_not_in_request or test_inference_store_tool_calls"
SKIP_TESTS="test_text_chat_completion_tool_calling_tools_not_in_request or test_inference_store_tool_calls or test_text_chat_completion_structured_output"

# Dynamically determine the path to run.yaml from the original script directory
STACK_CONFIG_PATH="$SCRIPT_DIR/../distribution/run.yaml"
Expand Down
Loading