This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7bfb11b  [Flaky] Skip test_qlinear_average_pool (#10030)
7bfb11b is described below

commit 7bfb11bbc9bf376473d70fc0a331481db8b0a5d9
Author: Junru Shao <[email protected]>
AuthorDate: Sat Jan 22 17:36:11 2022 -0800

    [Flaky] Skip test_qlinear_average_pool (#10030)
---
 tests/python/frontend/onnx/test_forward.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/frontend/onnx/test_forward.py 
b/tests/python/frontend/onnx/test_forward.py
index 7485faa..51f28f0 100644
--- a/tests/python/frontend/onnx/test_forward.py
+++ b/tests/python/frontend/onnx/test_forward.py
@@ -3169,6 +3169,7 @@ def test_global_pooling(target, dev):
         verify_global_pooling([4, 1, 2, 6, 4], mode)
 
 
[email protected]("flaky")
 @tvm.testing.parametrize_targets
 def test_qlinear_average_pool(target, dev):
     def verify_qlinear_average_pool(

Reply via email to