diff --git a/lldb/test/API/python_api/sbmodule/TestSBModule.py b/lldb/test/API/python_api/sbmodule/TestSBModule.py index ab6a9a20884a..dfb7711501e9 100644 --- a/lldb/test/API/python_api/sbmodule/TestSBModule.py +++ b/lldb/test/API/python_api/sbmodule/TestSBModule.py @@ -20,7 +20,7 @@ class SBModuleAPICase(TestBase): if self.background_pid: os.kill(self.background_pid, signal.SIGKILL) - + @skipUnlessDarwin def test_module_is_file_backed(self): """Test the SBModule::IsFileBacked() method""" self.build()