mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
Mark some functional tests as pending in Windows
This commit is contained in:

committed by
Rui Abreu Ferreira

parent
0089ef6b65
commit
39c628d031
@@ -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')
|
||||
|
||||
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user