From 5e1dc26f742f81f0233296eed068b24b1dbcc8f6 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 13 Nov 2016 18:47:03 -0500 Subject: [PATCH] test: window_spec: Remove flaky terminal resize test --- test/functional/terminal/window_spec.lua | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua index 70c234d897..eb7a67a1a6 100644 --- a/test/functional/terminal/window_spec.lua +++ b/test/functional/terminal/window_spec.lua @@ -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('') - 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('')