aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shell
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/shell')
-rw-r--r--test/functional/shell/bang_filter_spec.lua2
-rw-r--r--test/functional/shell/viml_system_spec.lua1
2 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/shell/bang_filter_spec.lua b/test/functional/shell/bang_filter_spec.lua
index cd5325c4e1..a320e6d018 100644
--- a/test/functional/shell/bang_filter_spec.lua
+++ b/test/functional/shell/bang_filter_spec.lua
@@ -4,6 +4,8 @@ local helpers = require('test.functional.helpers')(after_each)
local feed, execute, clear = helpers.feed, helpers.execute, helpers.clear
local mkdir, write_file, rmdir = helpers.mkdir, helpers.write_file, helpers.rmdir
+if helpers.pending_win32(pending) then return end
+
local Screen = require('test.functional.ui.screen')
diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua
index 3de022cbd9..b8de7cc86f 100644
--- a/test/functional/shell/viml_system_spec.lua
+++ b/test/functional/shell/viml_system_spec.lua
@@ -8,6 +8,7 @@ local eq, clear, eval, feed, nvim =
local Screen = require('test.functional.ui.screen')
+if helpers.pending_win32(pending) then return end
local function create_file_with_nuls(name)
return function()