Skip to content

Commit ceec9a7

Browse files
committed
[lldb][test] Skip platform attach test on Windows
This can pass but every so often times out: https://lab.llvm.org/buildbot/#/builders/219/builds/6092
1 parent e00f227 commit ceec9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class TestPlatformAttach(GDBRemoteTestBase):
99
@skipIfRemote
10+
@skipIfWindows
1011
def test_attach(self):
1112
"""Test attaching by name"""
1213

0 commit comments

Comments
 (0)