Skip to content

Commit c951bf3

Browse files
committed
format
1 parent 75d5a37 commit c951bf3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

onnxscript/backend/onnx_export_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ def skip(pattern: str | Pattern, reason: str, *, condition: bool = True):
8888
r"^test_range_int32_type_negative_delta_expanded",
8989
"Change when the converter supports support something like 'while i < n and cond:'",
9090
),
91-
skip(
92-
r"^test_ai_onnx_ml_label_encoder",
93-
"ONNX Runtime does not support Opset 21 at 1.17"
94-
)
91+
skip(r"^test_ai_onnx_ml_label_encoder", "ONNX Runtime does not support Opset 21 at 1.17"),
9592
)
9693

9794

0 commit comments

Comments
 (0)