Skip to content

Commit e2bd01f

Browse files
authored
[https://nvbugs/5332927] Waive new tests (#5051)
Signed-off-by: Tyler Burt <[email protected]>
1 parent f70815c commit e2bd01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/_torch/modules/test_moe_routing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_default_moe_routing(top_k):
4343
reference_scales[2, reference_indices[2, i]])
4444

4545

46+
@pytest.mark.skip(reason="https://nvbugs/5332927")
4647
@pytest.mark.parametrize("top_k", [1, 2, 3])
4748
def test_renormalize_moe_routing(top_k):
4849
routing = RenormalizeMoeRoutingMethod(top_k=top_k)

0 commit comments

Comments
 (0)