diff --git a/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py b/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py index c80a3cdc10d95..e10d6791eeaf2 100644 --- a/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py +++ b/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py @@ -12,7 +12,7 @@ @skipIfBuildType(["debug"]) class TestDAP_restart_console(lldbdap_testcase.DAPTestCaseBase): @skipIfAsan - @expectedFailureWindows + @skipIfWindows # https://github.com/llvm/llvm-project/issues/200840 @skipIf(oslist=["linux"], archs=["arm$"]) # Always times out on buildbot def test_basic_functionality(self): """ @@ -61,7 +61,7 @@ def test_basic_functionality(self): self.continue_to_exit() @skipIfAsan - @expectedFailureWindows + @skipIfWindows # https://github.com/llvm/llvm-project/issues/200840 @skipIf(oslist=["linux"], archs=["arm$"]) # Always times out on buildbot def test_stopOnEntry(self): """