File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ steps:
118118 - pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
119119 - pytest -v -s entrypoints/llm/test_generate_multiple_loras.py # it needs a clean process
120120 - VLLM_USE_V1=0 pytest -v -s entrypoints/llm/test_guided_generate.py # it needs a clean process
121- - pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/correctness/
121+ - pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/test_chat_with_tool_reasoning.py --ignore=entrypoints/openai/correctness/
122122 - pytest -v -s entrypoints/test_chat_utils.py
123123 - VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
124124
Original file line number Diff line number Diff line change 66
77from ...utils import RemoteOpenAIServer
88
9- pytestmark = pytest .mark .skip (reason = "Currently, these test cases are \
10- skipped due to limited resources in the \
11- test pipeline. You can run these cases locally." )
12-
139# a reasoning and tool calling model
1410MODEL_NAME = "Qwen/QwQ-32B"
1511
You can’t perform that action at this time.
0 commit comments