aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/window_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-29 02:10:37 +0100
committerGitHub <noreply@github.com>2017-10-29 02:10:37 +0100
commit3a938fff0954513f34704485e53dcb9a0cc7c59d (patch)
treed46f76af5cc52d45ee5dfb1b2147251902e77c71 /test/functional/terminal/window_spec.lua
parent7b0ceb3726e6d331625d5754be534e28a7f6092a (diff)
downloadrneovim-3a938fff0954513f34704485e53dcb9a0cc7c59d.tar.gz
rneovim-3a938fff0954513f34704485e53dcb9a0cc7c59d.tar.bz2
rneovim-3a938fff0954513f34704485e53dcb9a0cc7c59d.zip
test/win: partially disable :terminal resize test (#7453)
Diffstat (limited to 'test/functional/terminal/window_spec.lua')
-rw-r--r--test/functional/terminal/window_spec.lua5
1 files changed, 5 insertions, 0 deletions
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([[<C-\><C-N>]])
feed([[:set numberwidth=9 number<CR>i]])