From edcd870ec997514b40b13fdac176a028491d85a5 Mon Sep 17 00:00:00 2001 From: Allan Shortlidge Date: Mon, 27 Oct 2025 08:59:56 -0700 Subject: [PATCH] [lldb] Skip a TestDAP_commands.py test on Windows. It is blocking PR testing on Windows for the Swift compiler. rdar://163316257 --- lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py b/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py index ea6b2ea7f28ab..466422d55fc9f 100644 --- a/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py +++ b/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py @@ -7,6 +7,7 @@ class TestDAP_commands(lldbdap_testcase.DAPTestCaseBase): + @skipIfWindows # rdar://163316257 def test_command_directive_quiet_on_success(self): program = self.getBuildArtifact("a.out") command_quiet = (