From 3a938fff0954513f34704485e53dcb9a0cc7c59d Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 29 Oct 2017 02:10:37 +0100 Subject: [PATCH] test/win: partially disable :terminal resize test (#7453) --- test/functional/terminal/window_spec.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua index 10a9fabb42..231618c5da 100644 --- a/test/functional/terminal/window_spec.lua +++ b/test/functional/terminal/window_spec.lua @@ -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([[]]) feed([[:set numberwidth=9 numberi]])