Skip to content

Commit 91e8d43

Browse files
authored
CI: waive test_llm_get_queued_stats (NVIDIA#4945)
Signed-off-by: QI JUN <[email protected]>
1 parent 6437756 commit 91e8d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/llmapi/test_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ def test_llm_get_stats(return_context_logits, enable_iter_req_stats):
19321932

19331933

19341934
def test_llm_get_queued_stats():
1935-
1935+
pytest.skip("https://nvbugspro.nvidia.com/bug/5325642")
19361936
enable_iter_req_stats = True
19371937
use_overlap = False
19381938
tp_size = 1

0 commit comments

Comments
 (0)