diff --git a/test_octave_kernel.py b/test_octave_kernel.py index 4b8d433..933f7c3 100644 --- a/test_octave_kernel.py +++ b/test_octave_kernel.py @@ -67,6 +67,10 @@ def tearDown(self) -> None: code_inspect_sample = "ones" + @unittest.skipIf(sys.platform == "win32", "Test does not work on windows") + def test_inspect(self) -> None: + super().test_inspect() + @unittest.skipIf(sys.platform == "win32", "Test does not work on windows") def test_doc_does_not_hang(self) -> None: """Test that doc command completes without hanging (issue #184)."""