Skip to content

Commit 71cae12

Browse files
committed
[lldb][test] Skip more of TestDAP_attach.py on Windows
Flakey on Windows on Arm: https://lab.llvm.org/buildbot/#/builders/141/builds/11181 See #137660.
1 parent 7dd879b commit 71cae12

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
@@ -40,6 +40,7 @@ def set_and_hit_breakpoint(self, continueToExit=True):
4040
self.continue_to_exit()
4141

4242
@skipIfNetBSD # Hangs on NetBSD as well
43+
@skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
4344
def test_by_pid(self):
4445
"""
4546
Tests attaching to a process by process ID.

0 commit comments

Comments
 (0)