Skip to content

Commit 1e3be89

Browse files
Superjomngovind-ramnarayan
authored andcommitted
[https://nvbugs/5583261][ci] waive test_fetch_responses_streaming_sync (NVIDIA#8407)
Signed-off-by: Yan Chunwei <[email protected]>
1 parent 2e2a46f commit 1e3be89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/executor/test_rpc_worker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def test_fetch_responses_sync(self):
8181
results.extend(self.client.fetch_responses().remote())
8282
assert len(results) == 1
8383

84+
@pytest.mark.skip(reason="https://nvbugs/5583261")
8485
def test_fetch_responses_streaming_sync(self):
8586
self.client.submit(
8687
GenerationRequest(prompt_token_ids=[3, 4, 5],

0 commit comments

Comments
 (0)