Skip to content

Commit 55b4e5e

Browse files
[lldb] Disable TestDAP_attach
This is also flaky. See #137660
1 parent 65b0d21 commit 55b4e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def spawn_and_wait(program, delay):
2525
process.wait()
2626

2727

28+
@skipIf
2829
class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
2930
def set_and_hit_breakpoint(self, continueToExit=True):
3031
source = "main.c"

0 commit comments

Comments
 (0)