Skip to content

Commit c972b78

Browse files
committed
dis
1 parent 1a658e9 commit c972b78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_unittests/ut_reference/test_backend_onnxruntime_evaluator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
268268
)
269269

270270

271+
if onnx_opset_version() <= 25:
272+
backend_test.exclude("(rms_normalization|convinteger_with_padding_cpu)")
273+
271274
# import all test cases at global scope to make them visible to python.unittest
272275
globals().update(backend_test.test_cases)
273276

0 commit comments

Comments
 (0)