Skip to content

Commit 9b230f8

Browse files
committed
[https://nvbugs/5575841][ci] Waive TestMoeFp4 test_autotune and test_no_autotune entirely for known timeout issues.
Signed-off-by: Simeng Liu <simengl@nvidia.com>
1 parent 316ee5c commit 9b230f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unittest/_torch/thop/parallel/test_moe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,7 @@ class TestMoeFp4:
10621062
)
10631063
def test_autotune(self, num_tokens, hidden_size, intermediate_size,
10641064
routing_info):
1065+
pytest.skip("https://nvbugs/5575841")
10651066

10661067
self.run_moe_fp4_test(num_tokens,
10671068
hidden_size,
@@ -1114,6 +1115,7 @@ def test_autotune(self, num_tokens, hidden_size, intermediate_size,
11141115
ids=["use_score_as_input", "use_topk_as_input"])
11151116
def test_no_autotune(self, num_tokens, hidden_size, intermediate_size,
11161117
routing_info, use_topk_as_input):
1118+
pytest.skip("https://nvbugs/5575841")
11171119

11181120
self.run_moe_fp4_test(num_tokens,
11191121
hidden_size,

0 commit comments

Comments
 (0)