From 415adff9a510302db90adcb2d27a095ada611a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ko=C5=BCykowski?= Date: Wed, 6 Oct 2021 17:16:58 +0200 Subject: [PATCH] disable failing test (#7872) --- runtime/bindings/python/tests/test_onnx/test_backend.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/bindings/python/tests/test_onnx/test_backend.py b/runtime/bindings/python/tests/test_onnx/test_backend.py index 6fd59dd924c564..e20d0cc099aaad 100644 --- a/runtime/bindings/python/tests/test_onnx/test_backend.py +++ b/runtime/bindings/python/tests/test_onnx/test_backend.py @@ -333,6 +333,7 @@ def expect_fail(test_case_path, xfail): # type: (str) -> None ), ( xfail_issue_38722, + "OnnxBackendNodeModelTest.test_matmulinteger_cpu", "OnnxBackendNodeModelTest.test_qlinearmatmul_2D_cpu", "OnnxBackendNodeModelTest.test_qlinearmatmul_3D_cpu", ),