mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Merge pull request #3409 from jszakmeister/disable-broken-test
Disable a broken functional test.
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