test/win: partially disable :terminal resize test (#7453)

This commit is contained in:
Justin M. Keyes 2017-10-29 02:10:37 +01:00 committed by GitHub
parent 7b0ceb3726
commit 3a938fff09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ 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 iswin = helpers.iswin
describe('terminal window', function()
local screen
@ -35,6 +36,10 @@ describe('terminal window', function()
{3:-- TERMINAL --} |
]])
if iswin() then
return -- win: :terminal resize is unreliable #7007
end
-- numberwidth=9
feed([[<C-\><C-N>]])
feed([[:set numberwidth=9 number<CR>i]])