diff --git a/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py b/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py index 410e1f108c16..9993768df06f 100644 --- a/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py +++ b/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py @@ -16,7 +16,6 @@ class TestAutoInstallMainExecutable(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipIfRemote - @expectedFailureAll(oslist=["windows"]) # process modules not loaded def test_target_auto_install_main_executable(self): if lldbgdbserverutils.get_lldb_server_exe() is None: self.skipTest("lldb-server not found")