Skip to content

Commit f9765fc

Browse files
committed
disable ort test for now
1 parent b187ba0 commit f9765fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

onnx/test/test_backend_onnxruntime.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,10 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
455455
")"
456456
)
457457

458+
# TODO(titaiwang): Re-enable this tests once ORT is fixed.
459+
# https://github.com/microsoft/onnxruntime/pull/16752
460+
backend_test.exclude("test_averagepool_2d_ceil_last_window_starts_on_pad")
461+
458462
# The following tests fail due to small discrepancies.
459463
backend_test.exclude("(cast_FLOAT_to_STRING|castlike_FLOAT_to_STRING|stft)")
460464

0 commit comments

Comments
 (0)