We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a448da commit 1277beaCopy full SHA for 1277bea
lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py
@@ -14,6 +14,11 @@
14
class AttachCancelTestCase(TestBase):
15
NO_DEBUG_INFO_TESTCASE = True
16
17
+ @skipIf(
18
+ remote=True,
19
+ hostoslist=["windows"],
20
+ bugnumber="https://github.com/llvm/llvm-project/issues/115618",
21
+ )
22
def test_scripted_implementation(self):
23
"""Test that cancelling a stuck "attach waitfor" works."""
24
# First make an empty target for the attach:
0 commit comments