1 parent 50e1507 commit cbe3fb2Copy full SHA for cbe3fb2
1 file changed
test/test_vector.py
@@ -281,9 +281,10 @@ def test_called_without_testing_argument(self) -> None:
281
"""This tests if an exception is thrown when we are not running on Windows."""
282
if os.name != "nt":
283
with self.assertRaises(OSError):
284
- # do not set the _testing argument, since it supresses the exception
+ # do not set the _testing argument, since it suppresses the exception
285
can.Bus(channel=0, bustype="vector")
286
287
+ @unittest.skip("Fixing this is deferred until Vector is adjusted after #1025")
288
def test_vector_error_pickle(self) -> None:
289
error_code = 118
290
error_string = "XL_ERROR"
0 commit comments