mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38: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)
|
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:try_resize(1, 1)
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
-- INS^ERT --|
|
-- INS^ERT --|
|
||||||
|
Reference in New Issue
Block a user