[lldb/Test] Skip TestIOHandlerResizeNoEditline with reproducers
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 30 Jun 2020 18:37:44 +0000 (11:37 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 30 Jun 2020 18:40:17 +0000 (11:40 -0700)
lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py

index 4a99ff6..b0ef259 100644 (file)
@@ -8,6 +8,7 @@ class TestCase(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @no_debug_info_test
+    @skipIfReproducer
     def test_resize_no_editline(self):
         """ Tests terminal resizing if the editline isn't used. """
         dbg = lldb.SBDebugger.Create(False)