From 39c628d031b89e9048340f6c95b9c3a97c2a0089 Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Mon, 15 Aug 2016 16:42:12 -0700 Subject: Mark some functional tests as pending in Windows --- test/functional/legacy/arglist_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/legacy/arglist_spec.lua') diff --git a/test/functional/legacy/arglist_spec.lua b/test/functional/legacy/arglist_spec.lua index c128aaf115..b86d3f0aea 100644 --- a/test/functional/legacy/arglist_spec.lua +++ b/test/functional/legacy/arglist_spec.lua @@ -4,6 +4,8 @@ local helpers = require('test.functional.helpers')(after_each) local clear, execute, eq = helpers.clear, helpers.execute, helpers.eq local eval, exc_exec, neq = helpers.eval, helpers.exc_exec, helpers.neq +if helpers.pending_win32(pending) then return end + describe('argument list commands', function() before_each(clear) -- cgit