This is an automated email from the ASF dual-hosted git repository. leandron pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 8b309ae15c695610157c981726492f3c057f3b94 Author: Leandro Nunes <[email protected]> AuthorDate: Wed Aug 24 09:04:43 2022 +0100 [CI] Set test python.contrib.test_onnx.test_resize as xfail `python.contrib.test_onnx.test_resize` is failing due to a numerical accuracy issue, reported in #12567. This patch marks that test as an xfail, so that other tests can be enabled, while this one is investigated separately. Change-Id: I313e5d4853fff126c607f6cb93259552b1b078b8 --- tests/python/contrib/test_onnx.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/python/contrib/test_onnx.py b/tests/python/contrib/test_onnx.py index 214166cebb..5430fd22e3 100644 --- a/tests/python/contrib/test_onnx.py +++ b/tests/python/contrib/test_onnx.py @@ -655,6 +655,9 @@ def test_cast(): verify_cast(i, o_dtype) [email protected]( + reason="Known failing test. See issue #12567." +) def test_resize(): """Resize unit test."""
