[lldb] Un-XFAIL TestAutoInstallMainExecutable on Windows

GitOrigin-RevId: 802c5ce364a21c54c1568c8791b1d5f36c11829e
diff --git a/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py b/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
index 410e1f1..9993768 100644
--- a/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
+++ b/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
@@ -16,7 +16,6 @@
     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")