Skip to content

Commit

Permalink
disable failing test (#7872)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkozykowski authored Oct 6, 2021
1 parent cddfeda commit a478898
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 a478898

Please sign in to comment.