mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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 spawn, set_session, clear = helpers.spawn, helpers.set_session, helpers.cl
|
||||
local feed, execute = helpers.feed, helpers.execute
|
||||
local insert = helpers.insert
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('Initial screen', function()
|
||||
local screen
|
||||
local nvim_argv = {helpers.nvim_prog, '-u', 'NONE', '-i', 'NONE', '-N',
|
||||
|
Reference in New Issue
Block a user