Skip to content

Commit 201adb1

Browse files
committed
Waive failed tests on main branch
Signed-off-by: qqiao <[email protected]>
1 parent 983fb8e commit 201adb1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/unittest/_torch/auto_deploy/unit/singlegpu/test_ad_trtllm_bench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ def test_trtllm_bench(llm_root): # noqa: F811
600600
run_benchmark(model_name, dataset_path, temp_dir)
601601

602602

603+
@pytest.mark.skip(reason="https://nvbugs/5458798")
603604
@pytest.mark.no_xdist
604605
def test_trtllm_bench_backend_comparison(llm_root): # noqa: F811
605606
"""Test that compares autodeploy backend performance against pytorch backend

tests/unittest/_torch/modules/test_fused_moe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def per_rank_test_fused_moe_alltoall(job_id):
289289
assert r is None
290290

291291

292+
@pytest.mark.skip(reason="https://nvbugs/5467531")
292293
@pytest.mark.skipif(torch.cuda.device_count() < 4,
293294
reason="needs 4 GPUs to run this test")
294295
@pytest.mark.parametrize("alltoall_method_type", [

0 commit comments

Comments
 (0)