Skip to content

Commit

Permalink
[CPU] ONNX Unique tests failing on CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
nshchego committed Jun 19, 2023
1 parent 555c083 commit 842e9da
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 157 deletions.
2 changes: 0 additions & 2 deletions src/bindings/python/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def xfail_test(reason="Mark the test as expected to fail", strict=True):
"MaxUnpool")
skip_issue_38084 = pytest.mark.skip(reason="Aborted (core dumped) Assertion "
"`(layer->get_output_partial_shape(i).is_static())' failed.")
xfail_issue_33595 = xfail_test(reason="RuntimeError: OV does not support the following ONNX operations: "
"Unique")
xfail_issue_33596 = xfail_test(reason="RuntimeError: OV does not support different sequence operations: "
"ConcatFromSequence, SequenceConstruct, SequenceAt, SplitToSequence, "
"SequenceEmpty, SequenceInsert, SequenceErase, SequenceLength ")
Expand Down
6 changes: 0 additions & 6 deletions src/bindings/python/tests/test_onnx/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
skip_rng_tests,
xfail_issue_33488,
xfail_issue_33581,
xfail_issue_33595,
xfail_issue_33596,
xfail_issue_33606,
xfail_issue_33651,
Expand Down Expand Up @@ -195,11 +194,6 @@ def expect_fail(test_case_path, xfail): # type: (str) -> None
"OnnxBackendNodeModelTest.test_castlike_STRING_to_FLOAT_cpu",
"OnnxBackendNodeModelTest.test_castlike_STRING_to_FLOAT_expanded_cpu",
),
(
xfail_issue_33595,
"OnnxBackendNodeModelTest.test_unique_sorted_with_negative_axis_cpu",
"OnnxBackendNodeModelTest.test_unique_sorted_with_axis_3d_cpu",
),
(
xfail_issue_33651,
"OnnxBackendNodeModelTest.test_tfidfvectorizer_tf_batch_onlybigrams_skip5_cpu",
Expand Down
Loading

0 comments on commit 842e9da

Please sign in to comment.