Skip to content

Commit 3011334

Browse files
committed
disable
1 parent 832d722 commit 3011334

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_unittests/ut_reference/test_backend_onnxruntime_evaluator.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,16 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
242242
")"
243243
)
244244

245+
if onnx_opset_version() <= 24:
246+
backend_test.exclude(
247+
"(deform_conv"
248+
"|gru_batchwise"
249+
"|lstm_batchwise"
250+
"|l1normalization_axis_last"
251+
"|l2normalization_axis"
252+
"|lpnormalization)"
253+
)
254+
245255

246256
# import all test cases at global scope to make them visible to python.unittest
247257
globals().update(backend_test.test_cases)

0 commit comments

Comments
 (0)