This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new 59f413b remove test_reshape_allowzero_reordered from onnx node tests
59f413b is described below
commit 59f413b64836f26b2a716df778a437b1cea44d8c
Author: Andrew Luo <[email protected]>
AuthorDate: Wed Jan 12 21:40:07 2022 -0800
remove test_reshape_allowzero_reordered from onnx node tests
---
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 701906e..eb8c9fd 100644
--- a/tests/python/frontend/onnx/test_forward.py
+++ b/tests/python/frontend/onnx/test_forward.py
@@ -5047,6 +5047,7 @@ unsupported_onnx_tests = [
"test_reduce_sum_keepdims_random",
"test_reduce_sum_negative_axes_keepdims_example",
"test_reduce_sum_negative_axes_keepdims_random",
+ "test_reshape_allowzero_reordered",
"test_rnn_seq_length",
"test_round",
"test_sequence_insert_at_back",