Skip to content

Commit 1277bea

Browse files
authored
[lldb] Disable TestCancelAttach for Windows host (#115619)
See #115618 for details.
1 parent 2a448da commit 1277bea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
class AttachCancelTestCase(TestBase):
1515
NO_DEBUG_INFO_TESTCASE = True
1616

17+
@skipIf(
18+
remote=True,
19+
hostoslist=["windows"],
20+
bugnumber="https://github.com/llvm/llvm-project/issues/115618",
21+
)
1722
def test_scripted_implementation(self):
1823
"""Test that cancelling a stuck "attach waitfor" works."""
1924
# First make an empty target for the attach:

0 commit comments

Comments
 (0)