Skip to content

Commit aa5b0b5

Browse files
committed
fix
1 parent 13fd29b commit aa5b0b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def add_test_methods(cls):
8585

8686
if (
8787
not reason
88-
and name
89-
in {"plot_export_locate_issue.py", "plot_export_with_dynamic_shapes_auto.py"}
88+
and name in {"plot_export_locate_issue.py", "plot_export_with_auto.py"}
9089
and not has_torch("4.7")
9190
):
9291
reason = "torch<2.7"

0 commit comments

Comments
 (0)