Skip to content

Commit 588ab87

Browse files
slydimanGroverkss
authored andcommitted
[lldb] Disable TestCancelAttach for Windows host (llvm#115619)
See llvm#115618 for details.
1 parent 99c55db commit 588ab87

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

+5
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)