From 6cf2ee219371e2f043757a1638970d0acbb792d9 Mon Sep 17 00:00:00 2001 From: Felipe de Azevedo Piovezan Date: Fri, 7 Nov 2025 16:12:07 +0000 Subject: [PATCH] [lldb] Disable TestDAP_attach on Darwin This test keeps failing on PR testing. --- lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py index 55557e6e0030e..27aa0f4c78a91 100644 --- a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py +++ b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py @@ -20,6 +20,7 @@ def spawn_and_wait(program, delay): process.wait() +@skipIfDarwin # rdar://164257003 class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase): def set_and_hit_breakpoint(self, continueToExit=True): source = "main.c"