mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(ci): skip test on windows (#21502)
This commit is contained in:
@@ -143,6 +143,9 @@ describe('vim.fs', function()
|
||||
end)
|
||||
|
||||
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('touch '..table.concat({
|
||||
'testd/a1',
|
||||
|
Reference in New Issue
Block a user