Skip to content

Commit 452303b

Browse files
authored
Test weight_norm operator (#3004)
1 parent c6ba637 commit 452303b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_weight_norm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
@pytest.mark.weight_norm
18-
@pytest.mark.skip(reason="Temporarily skip for ci")
18+
@pytest.mark.skip(reason="Issue #2860: fails assertion")
1919
@pytest.mark.parametrize("shape", utils.REDUCTION_SHAPES)
2020
@pytest.mark.parametrize("dim", DIM_LIST)
2121
@pytest.mark.parametrize("dtype", FLOAT_DTYPES)

0 commit comments

Comments
 (0)