Skip to content

Commit 4bf42f8

Browse files
[https://nvbugs/5580297][fix] Skip capture request error test from Ray stage (#9947)
Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com>
1 parent 3be5f3a commit 4bf42f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unittest/llmapi/test_llm_multi_gpu.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
run_llm_with_postprocess_parallel_and_result_handler, run_llm_abort_request,
3333
sampling_params_for_aborting_request)
3434
from .test_llm_kv_cache_events import create_llm
35-
from utils.util import (skip_gpu_memory_less_than, skip_single_gpu,
35+
from utils.util import (skip_gpu_memory_less_than, skip_single_gpu, skip_ray,
3636
unittest_name_func, force_ampere)
3737
# isort: on
3838

@@ -455,6 +455,7 @@ def test_llm_get_stats_async_tp2(pytorch_backend):
455455
llm_get_stats_async_test_harness(tp_size=2, pytorch_backend=pytorch_backend)
456456

457457

458+
@skip_ray
458459
def test_llm_capture_request_error():
459460
_test_llm_capture_request_error(pytorch_backend=False, tp_size=2)
460461

0 commit comments

Comments
 (0)