Skip to content

Commit 47a7c16

Browse files
committed
ignore test_chat_with_tool_reasoning.py in test-pipeline
Signed-off-by: WangErXiao <863579016@qq.com>
1 parent f00581c commit 47a7c16

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/entrypoints/openai/test_chat_with_tool_reasoning.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
from ...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
1410
MODEL_NAME = "Qwen/QwQ-32B"
1511

0 commit comments

Comments
 (0)