fix(ci): skip test on windows (#21502)

This commit is contained in:
Lewis Russell
2022-12-22 14:19:35 +00:00
committed by GitHub
parent b2d984558b
commit 6e0082b356

View File

@@ -143,6 +143,9 @@ describe('vim.fs', function()
end) end)
it('works with opts.depth and opts.skip', function() it('works with opts.depth and opts.skip', function()
if is_os('win') then
pending()
end
helpers.funcs.system 'mkdir -p testd/a/b/c' helpers.funcs.system 'mkdir -p testd/a/b/c'
helpers.funcs.system('touch '..table.concat({ helpers.funcs.system('touch '..table.concat({
'testd/a1', 'testd/a1',