[lldb/Test] Skip TestIOHandlerResizeNoEditline with reproducers

This commit is contained in:
Jonas Devlieghere 2020-06-30 11:37:44 -07:00
parent a06a5ed978
commit 66d9c0d4fc
1 changed files with 1 additions and 0 deletions

View 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)