Skip to content

Commit

Permalink
disable failing test (openvinotoolkit#7872)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkozykowski authored and lznamens committed Oct 12, 2021
1 parent ba58c67 commit 415adff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/bindings/python/tests/test_onnx/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down

0 comments on commit 415adff

Please sign in to comment.