Skip to content

Commit

Permalink
Merge pull request #355 from intel/sp/ignore-gelu-tests-python
Browse files Browse the repository at this point in the history
Ignore Gelu tests in ONNX Backend test
  • Loading branch information
sfatimar authored Mar 21, 2024
2 parents 9d72346 + 3eaa70a commit 76d7e17
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,10 @@
"test_range_float_type_positive_delta_expanded_cpu", // Error but not a failure.
"test_scan_sum_cpu", // Disabled due to output mismatch with tolerance.
"test_scan9_sum_cpu", // Disabled due to output mismatch with tolerance.
"test_reduce_max_bool_inputs_cpu"
"test_reduce_max_bool_inputs_cpu",
"test_gelu_default_1_cpu", // Disabled due to accuracy mismatch
"test_gelu_default_2_cpu"

],
"current_failing_tests_OPENVINO_NPU": [
"^test_prelu_broadcast",
Expand Down

0 comments on commit 76d7e17

Please sign in to comment.