You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2022/08/24 08:44:23 UTC

[tvm] 01/01: [CI] Set test python.contrib.test_onnx.test_resize as xfail

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 491738649a3ae81d0c21453de2a7d4df8c881ad0
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Wed Aug 24 09:04:43 2022 +0100

    [CI] Set test python.contrib.test_onnx.test_resize as xfail
    
    Change-Id: I6a4741d9b0046e9f4db5f3fa4b58411d713b8f83
---
 tests/python/contrib/test_onnx.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/contrib/test_onnx.py b/tests/python/contrib/test_onnx.py
index 214166cebb..afebc2295a 100644
--- a/tests/python/contrib/test_onnx.py
+++ b/tests/python/contrib/test_onnx.py
@@ -655,6 +655,7 @@ def test_cast():
             verify_cast(i, o_dtype)
 
 
+@pytest.mark.xfail(reason="Known failing test. See issue #12567.")
 def test_resize():
     """Resize unit test."""