[lldb] Disable TestDAP_attach

This is also flaky. See https://github.com/llvm/llvm-project/issues/137660
This commit is contained in:
Felipe de Azevedo Piovezan
2025-04-29 07:17:32 -07:00
parent 65b0d21eb4
commit 55b4e5e515

View File

@@ -25,6 +25,7 @@ def spawn_and_wait(program, delay):
process.wait()
@skipIf
class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
def set_and_hit_breakpoint(self, continueToExit=True):
source = "main.c"