Skip to content

Commit 832d722

Browse files
committed
issue
1 parent cb5504b commit 832d722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_unittests/ut_reference/test_backend_extended_reference_evaluator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
238238
# The following tests fail due to a type mismatch.
239239
backend_test.exclude("(test_eyelike_without_dtype)")
240240

241+
if onnx_opset_version() <= 24:
242+
backend_test.exclude("(attention_3d|causal_expanded)")
243+
241244

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

0 commit comments

Comments
 (0)