test: screen_basic: Re-enable min width/height test

This commit is contained in:
James McCoy 2017-01-18 07:53:10 -05:00
parent 4322021bae
commit e2b031a342

View File

@ -563,11 +563,10 @@ describe('Screen', function()
]]) ]])
end) end)
-- FIXME this has some race conditions that cause it to fail periodically it('has minimum width/height values', function()
pending('has minimum width/height values', function()
screen:try_resize(1, 1) screen:try_resize(1, 1)
screen:expect([[ screen:expect([[
-- INS^ERT --| {2:-- INS^ERT --}|
| |
]]) ]])
feed('<esc>:ls') feed('<esc>:ls')