diff options
Diffstat (limited to 'lldb/test/API/python_api')
| -rw-r--r-- | lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py b/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py index 3be0a85..3d35c29 100644 --- a/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py +++ b/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py @@ -16,7 +16,7 @@ class AttachCancelTestCase(TestBase): @skipIf( remote=True, - hostoslist=["windows"], + hostoslist=["windows", "linux"], bugnumber="https://github.com/llvm/llvm-project/issues/115618", ) def test_scripted_implementation(self): |
