diff --git a/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py b/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py index bbc2dcbe4e30a..41b527a4e6b34 100644 --- a/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py +++ b/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py @@ -6,7 +6,10 @@ class TestCase(TestBase): @no_debug_info_test - @skipIfWindows + @skipIf( + hostoslist=["windows"], + bugnumber="https://github.com/llvm/llvm-project/issues/120021", + ) def test_resize_no_editline(self): """Tests terminal resizing if the editline isn't used.""" dbg = lldb.SBDebugger.Create(False)