Skip to content

Commit 7657b41

Browse files
Merge pull request #11778 from felipepiovezan/felipe/disable_dap_failing_test
2 parents 5104c83 + 6cf2ee2 commit 7657b41

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
@@ -20,6 +20,7 @@ def spawn_and_wait(program, delay):
2020
process.wait()
2121

2222

23+
@skipIfDarwin # rdar://164257003
2324
class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
2425
def set_and_hit_breakpoint(self, continueToExit=True):
2526
source = "main.c"

0 commit comments

Comments
 (0)