Skip to content

Commit 7bfb11b

Browse files
authored
[Flaky] Skip test_qlinear_average_pool (#10030)
1 parent d35b858 commit 7bfb11b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python/frontend/onnx/test_forward.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,6 +3169,7 @@ def verify_global_pooling(x_shape, mode):
31693169
verify_global_pooling([4, 1, 2, 6, 4], mode)
31703170

31713171

3172+
@pytest.mark.skip("flaky")
31723173
@tvm.testing.parametrize_targets
31733174
def test_qlinear_average_pool(target, dev):
31743175
def verify_qlinear_average_pool(

0 commit comments

Comments
 (0)