Skip to content

Commit

Permalink
disable ort test for now
Browse files Browse the repository at this point in the history
Signed-off-by: titaiwangms <[email protected]>
  • Loading branch information
titaiwangms committed Jan 24, 2025
1 parent 0913218 commit 1ba218d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions onnx/test/test_backend_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
")"
)

# TODO(titaiwang): Re-enable this tests once ORT is fixed.
# https://github.com/microsoft/onnxruntime/pull/16752
backend_test.exclude("test_averagepool_2d_ceil_last_window_starts_on_pad")

# The following tests fail due to small discrepancies.
backend_test.exclude("(cast_FLOAT_to_STRING|castlike_FLOAT_to_STRING|stft)")

Expand Down

0 comments on commit 1ba218d

Please sign in to comment.