mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
fix(ci): skip test on windows (#21502)
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user