provider/perl: skip tests on Windows

It worked for MINGW builds at one point
but it keeps failing now because of perl dependencies
or nvim session issues for tests (named pipes as sockets on Windows?).
This commit is contained in:
Jan Edmund Lazo
2020-01-18 10:39:12 -05:00
parent 2063af3c94
commit ff9f70a6bf

View File

@@ -20,6 +20,7 @@ before_each(function()
end)
describe('perl host', function()
if helpers.pending_win32(pending) then return end
teardown(function ()
os.remove('Xtest-perl-hello.pl')
os.remove('Xtest-perl-hello-plugin.pl')