Skip to content

Commit 5687516

Browse files
committed
remove all averagepool occurrences from the failing tests array
1 parent e5354cd commit 5687516

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -144,21 +144,6 @@
144144
"^test_resnet50",
145145
"^test_shufflenet",
146146
"^test_squeezenet",
147-
// TODO: enable these tests when integrating with ONNX 1.14 for ORT 1.15 release
148-
// "^test_averagepool_1d_default*",
149-
// "^test_averagepool_2d_ceil*",
150-
// "^test_averagepool_2d_default*",
151-
// "^test_averagepool_2d_dilations*",
152-
// "^test_averagepool_2d_pads_count_include_pad*",
153-
// "^test_averagepool_2d_pads*",
154-
// "^test_averagepool_2d_precomputed_pads_count_include_pad*",
155-
// "^test_averagepool_2d_precomputed_pads*",
156-
// "^test_averagepool_2d_precomputed_same_upper*",
157-
// "^test_averagepool_2d_precomputed_strides*",
158-
// "^test_averagepool_2d_same_lower*",
159-
// "^test_averagepool_2d_same_upper*",
160-
// "^test_averagepool_2d_strides*",
161-
// "^test_averagepool_3d_default*",
162147
"^test_constant_pad_axes*",
163148
"^test_constant_pad*",
164149
"^test_edge_pad*",
@@ -196,8 +181,7 @@
196181
"^test_reshape_reordered_last_dims*",
197182
"^test_reshape_zero_and_negative_dim*",
198183
"^test_reshape_zero_dim*",
199-
// TODO: fialures with Windows GPU CI Pipeline that are introduced with ONNX opset 19. Need to be fixed before ORT 1.15 release.
200-
"^test_averagepool_*",
184+
// TODO: failures with Windows GPU CI Pipeline that are introduced with ONNX opset 19. Need to be fixed before ORT 1.15 release.
201185
"^test_wrap_pad_cuda",
202186
"^test_resize_downsample_scales_cubic_A_n0p5_exclude_outside_cuda",
203187
"^test_resize_downsample_scales_cubic_antialias_cuda",
@@ -333,7 +317,6 @@
333317
"current_failing_tests_DNNL": [
334318
"^test_range_float_type_positive_delta_expanded",
335319
"^test_range_int32_type_negative_delta_expanded",
336-
"^test_averagepool_2d_ceil",
337320
"^test_maxpool_2d_ceil",
338321
"^test_maxpool_2d_dilations",
339322
"^test_maxpool_2d_uint8",

0 commit comments

Comments
 (0)