From ff9f70a6bfe3206c258c5c25e3148fbe1afd6ed2 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 18 Jan 2020 10:39:12 -0500 Subject: 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?). --- test/functional/provider/perl_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/functional/provider/perl_spec.lua b/test/functional/provider/perl_spec.lua index 640fe0f622..38cecae35c 100644 --- a/test/functional/provider/perl_spec.lua +++ b/test/functional/provider/perl_spec.lua @@ -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') -- cgit