test: window_spec: Remove flaky terminal resize test

This commit is contained in:
James McCoy 2016-11-13 18:47:03 -05:00
parent 598f5af58b
commit 5e1dc26f74
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -2,7 +2,6 @@ local helpers = require('test.functional.helpers')(after_each)
local thelpers = require('test.functional.terminal.helpers')
local feed, clear = helpers.feed, helpers.clear
local wait = helpers.wait
local execute = helpers.execute
if helpers.pending_win32(pending) then return end
@ -14,23 +13,6 @@ describe('terminal window', function()
screen = thelpers.screen_setup()
end)
it('resets its size when entering terminal buffer', function()
feed('<c-\\><c-n>')
execute('set hidden')
execute('edit foo')
execute('doautoall SessionLoadPost')
execute('silent bnext')
screen:expect([[
tty ready |
{2: } |
|
|
|
^ |
:silent bnext |
]])
end)
describe('with colorcolumn set', function()
before_each(function()
feed('<c-\\><c-n>')