[lldb] Un-XFAIL TestAutoInstallMainExecutable on Windows

This commit is contained in:
Stella Stamenova 2021-04-01 08:45:36 -07:00
parent b1fbfd9e4c
commit 802c5ce364
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ class TestAutoInstallMainExecutable(TestBase):
NO_DEBUG_INFO_TESTCASE = True NO_DEBUG_INFO_TESTCASE = True
@skipIfRemote @skipIfRemote
@expectedFailureAll(oslist=["windows"]) # process modules not loaded
def test_target_auto_install_main_executable(self): def test_target_auto_install_main_executable(self):
if lldbgdbserverutils.get_lldb_server_exe() is None: if lldbgdbserverutils.get_lldb_server_exe() is None:
self.skipTest("lldb-server not found") self.skipTest("lldb-server not found")