Skip to content

Commit 73cbba2

Browse files
committed
disable
1 parent 86cd5e0 commit 73cbba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_models/test_test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_validate_model_export(self):
6969
self.assertIsInstance(summary, dict)
7070
self.assertIsInstance(data, dict)
7171

72-
@requires_torch("2.7")
72+
@requires_torch("2.8.99")
7373
@hide_stdout()
7474
@ignore_warnings(FutureWarning)
7575
def test_validate_model_onnx_dynamo_ir(self):

0 commit comments

Comments
 (0)