Skip to content

Commit 83b48b1

Browse files
committed
[lldb][test] Disable more of TestDAP_attach.py on Windows
Flaky on our Windows on Arm bot: https://lab.llvm.org/buildbot/#/builders/141/builds/11465 See #137660
1 parent 8457e68 commit 83b48b1

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
@@ -56,6 +56,7 @@ def test_by_pid(self):
5656
self.set_and_hit_breakpoint(continueToExit=True)
5757

5858
@skipIfNetBSD # Hangs on NetBSD as well
59+
@skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
5960
def test_by_name(self):
6061
"""
6162
Tests attaching to a process by process name.

0 commit comments

Comments
 (0)