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

mbrookhart pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 7fc7f81110c5bbbc7100e8da99a0436ccd8c155d
Author: Matthew Brookhart <mbrookh...@octoml.ai>
AuthorDate: Tue Jun 29 08:24:21 2021 -0700

    disable test until CI update complete
---
 tests/python/frontend/onnx/test_forward.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/python/frontend/onnx/test_forward.py 
b/tests/python/frontend/onnx/test_forward.py
index f31b939..83049ee 100644
--- a/tests/python/frontend/onnx/test_forward.py
+++ b/tests/python/frontend/onnx/test_forward.py
@@ -2675,9 +2675,9 @@ def test_convtranspose():
     def repeat(N, D):
         return tuple([N for _ in range(D)])
 
-    # TODO(mbrookhart): onnxruntime in CI only supports 2D,
-    # find something else to test 1D and 3D against
-    for D in [1, 2, 3]:
+    # TODO(mbrookhart): onnxruntime in CI only supports 2D, and 1D and 3D
+    # Once onnxruntime update is complete
+    for D in [2]:
         # Convolution with padding
         verify_convtranspose_with_padding(
             (1, 1) + repeat(5, D),

Reply via email to