mirror of
https://github.com/neovim/neovim.git
synced 2026-01-15 09:44:42 +10:00
test: screen_basic: Re-enable min width/height test
This commit is contained in:
@@ -563,11 +563,10 @@ describe('Screen', function()
|
||||
]])
|
||||
end)
|
||||
|
||||
-- FIXME this has some race conditions that cause it to fail periodically
|
||||
pending('has minimum width/height values', function()
|
||||
it('has minimum width/height values', function()
|
||||
screen:try_resize(1, 1)
|
||||
screen:expect([[
|
||||
-- INS^ERT --|
|
||||
{2:-- INS^ERT --}|
|
||||
|
|
||||
]])
|
||||
feed('<esc>:ls')
|
||||
|
||||
Reference in New Issue
Block a user