Skip to content

Commit ce353c1

Browse files
Superjomndominicshanshan
authored andcommitted
[None][ci] waive several rpc tests (NVIDIA#8349)
Signed-off-by: Yan Chunwei <[email protected]>
1 parent fee37b6 commit ce353c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/unittest/executor/test_rpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ def task(self):
218218

219219
client.close()
220220

221+
@pytest.mark.skip(reason="https://nvbugs/5579234")
221222
def test_timeout_error(self):
222223
"""Test that requests that exceed timeout are handled with proper error."""
223224

tests/unittest/executor/test_rpc_proxy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def create_proxy(self, tp_size: int):
5555

5656
return proxy
5757

58+
@pytest.mark.skip(reason="https://nvbugs/5579234")
5859
@pytest.mark.parametrize("num_reqs", [1, 10])
5960
def test_tp1(self, num_reqs):
6061
tokenizer = TransformersTokenizer.from_pretrained(model_path)

0 commit comments

Comments
 (0)