Skip to content

Commit 3f53e7a

Browse files
authored
[skip ci][ci][paddle] Disable flaky test_forward_group_norm (#11436)
See #11435 Co-authored-by: driazati <[email protected]>
1 parent 7e83c4a commit 3f53e7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python/frontend/paddlepaddle/test_forward.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ def forward(self, x, index):
707707
verify_model(GatherNd(), [x_data, y_data])
708708

709709

710+
@pytest.skip(reason="See https://github.com/apache/tvm/issues/11435")
710711
@tvm.testing.uses_gpu
711712
def test_forward_group_norm():
712713
class GroupNorm(nn.Layer):

0 commit comments

Comments
 (0)