mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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, clear, execute = helpers.feed, helpers.clear, helpers.execute
|
||||
local eq, write_file = helpers.eq, helpers.write_file
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('fileformats option', function()
|
||||
setup(function()
|
||||
clear()
|
||||
|
||||
Reference in New Issue
Block a user