We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2a46f commit 1e3be89Copy full SHA for 1e3be89
tests/unittest/executor/test_rpc_worker.py
@@ -81,6 +81,7 @@ def test_fetch_responses_sync(self):
81
results.extend(self.client.fetch_responses().remote())
82
assert len(results) == 1
83
84
+ @pytest.mark.skip(reason="https://nvbugs/5583261")
85
def test_fetch_responses_streaming_sync(self):
86
self.client.submit(
87
GenerationRequest(prompt_token_ids=[3, 4, 5],
0 commit comments