mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: screen_basic: Re-enable min width/height test
This commit is contained in:
parent
4322021bae
commit
e2b031a342
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user