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