Skip to content

Commit d8eb27a

Browse files
committed
fix
1 parent b4e0aeb commit d8eb27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_onnx/test_sbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TestSideBySide(ExtTestCase):
1818

1919
@hide_stdout()
2020
@unittest.skipIf(to_onnx is None, "to_onnx not installed")
21-
@ignore_errors(OSError, "connectivity issues")
21+
@ignore_errors(OSError) # connectivity issues
2222
@ignore_warnings((UserWarning,))
2323
def test_ep_onnx_sync_exp(self):
2424
import torch

0 commit comments

Comments
 (0)