Skip to content

Commit 0c52839

Browse files
committed
disable one more test
1 parent 30512fb commit 0c52839

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ def add_test_methods(cls):
7777
):
7878
reason = "transformers<4.51"
7979

80-
if not reason and name in {"plot_export_locate_issue.py"} and not has_torch("4.7"):
80+
if (
81+
not reason
82+
and name
83+
in {"plot_export_locate_issue.py", "plot_export_with_dynamic_shapes_auto.py"}
84+
and not has_torch("4.7")
85+
):
8186
reason = "torch<2.7"
8287

8388
if reason:

0 commit comments

Comments
 (0)