mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 04:22:32 +00:00
Disable a broken functional test.
No one has taken a real interest in fixing this, so let's disable it for now. The issue crops up most on the QB OS X node, but it has periodically occurred under other nodes too.
This commit is contained in:
@@ -551,7 +551,8 @@ describe('Screen', function()
|
||||
]])
|
||||
end)
|
||||
|
||||
it('has minimum width/height values', function()
|
||||
-- FIXME this has some race conditions that cause it to fail periodically
|
||||
pending('has minimum width/height values', function()
|
||||
screen:try_resize(1, 1)
|
||||
screen:expect([[
|
||||
-- INS^ERT --|
|
||||
|
||||
Reference in New Issue
Block a user