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/ui/syntax_conceal_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/ui/syntax_conceal_spec.lua') diff --git a/test/functional/ui/syntax_conceal_spec.lua b/test/functional/ui/syntax_conceal_spec.lua index 4e2bd4d6be..58e3597233 100644 --- a/test/functional/ui/syntax_conceal_spec.lua +++ b/test/functional/ui/syntax_conceal_spec.lua @@ -3,6 +3,8 @@ local Screen = require('test.functional.ui.screen') local clear, feed, execute = helpers.clear, helpers.feed, helpers.execute local insert = helpers.insert +if helpers.pending_win32(pending) then return end + describe('Screen', function() local screen -- cgit