Skip to content

Commit 2ea250c

Browse files
committed
disable
1 parent ed9c7b7 commit 2ea250c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_unittests/ut_xrun_doc/test_command_lines_exe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from io import StringIO
55
import pandas
66
import torch
7-
from onnx_diagnostic.ext_test_case import ExtTestCase, ignore_warnings
7+
from onnx_diagnostic.ext_test_case import ExtTestCase, ignore_warnings, requires_transformers
88
from onnx_diagnostic._command_lines_parser import main
99
from onnx_diagnostic.helpers.log_helper import enumerate_csv_files
1010
from onnx_diagnostic.export.api import to_onnx
@@ -91,6 +91,7 @@ def test_g_parser_agg(self):
9191
self.assertExists(output)
9292

9393
@ignore_warnings(UserWarning)
94+
@requires_transformers("4.53")
9495
def test_h_parser_sbs(self):
9596
import torch
9697

0 commit comments

Comments
 (0)