From 41cc71e9b176d80dc0d3c4f063cd656d8c04176a Mon Sep 17 00:00:00 2001 From: jimingham Date: Thu, 5 Feb 2026 17:27:42 -0800 Subject: Disable TestCancelAttach.py for linux -> linux remote (#180092) This test was already disabled going from windows -> linux because it was timing out there. The PR: https://github.com/llvm/llvm-project/pull/179799 seems to have exacerbated whatever this stall was, and now we're seeing it when debugging from a linux host to a remote linux as well. The native local host tests works correctly on all the bots that we have, however. So I'm disabling the remote test till we can figure out why this is problematic. --- lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/API/python_api') 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): -- cgit v1.1