Skip to content

Commit cbfabc0

Browse files
committed
fix issue
1 parent 98f1d92 commit cbfabc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ def add_test_methods(cls):
109109
):
110110
reason = "torch<2.8"
111111

112+
if (
113+
not reason
114+
and name in {"plot_dump_intermediate_results.py"}
115+
and not has_torch("2.9.1")
116+
):
117+
reason = "unstable, let's wait for the next version"
118+
112119
if reason:
113120

114121
@unittest.skip(reason)

0 commit comments

Comments
 (0)