Skip to content

Commit 76d7e17

Browse files
authored
Merge pull request #355 from intel/sp/ignore-gelu-tests-python
Ignore Gelu tests in ONNX Backend test
2 parents 9d72346 + 3eaa70a commit 76d7e17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,10 @@
493493
"test_range_float_type_positive_delta_expanded_cpu", // Error but not a failure.
494494
"test_scan_sum_cpu", // Disabled due to output mismatch with tolerance.
495495
"test_scan9_sum_cpu", // Disabled due to output mismatch with tolerance.
496-
"test_reduce_max_bool_inputs_cpu"
496+
"test_reduce_max_bool_inputs_cpu",
497+
"test_gelu_default_1_cpu", // Disabled due to accuracy mismatch
498+
"test_gelu_default_2_cpu"
499+
497500
],
498501
"current_failing_tests_OPENVINO_NPU": [
499502
"^test_prelu_broadcast",

0 commit comments

Comments
 (0)