Skip to content

Commit

Permalink
[Flaky] Skip test_qlinear_average_pool (#10030)
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored Jan 23, 2022
1 parent d35b858 commit 7bfb11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -3169,6 +3169,7 @@ def verify_global_pooling(x_shape, mode):
verify_global_pooling([4, 1, 2, 6, 4], mode)


@pytest.mark.skip("flaky")
@tvm.testing.parametrize_targets
def test_qlinear_average_pool(target, dev):
def verify_qlinear_average_pool(
Expand Down

0 comments on commit 7bfb11b

Please sign in to comment.