aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorRui Abreu Ferreira <raf-ep@gmx.com>2016-08-15 16:42:12 -0700
committerRui Abreu Ferreira <rap-ep@gmx.com>2016-08-26 08:21:41 +0100
commit39c628d031b89e9048340f6c95b9c3a97c2a0089 (patch)
tree08e43522f44303bdbd2059b41d784560a1035ddf /test/functional/ui/highlight_spec.lua
parent0089ef6b652ee455c9491a1a11f23939cfb63a08 (diff)
downloadrneovim-39c628d031b89e9048340f6c95b9c3a97c2a0089.tar.gz
rneovim-39c628d031b89e9048340f6c95b9c3a97c2a0089.tar.bz2
rneovim-39c628d031b89e9048340f6c95b9c3a97c2a0089.zip
Mark some functional tests as pending in Windows
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r--test/functional/ui/highlight_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua
index 46c0964a67..3e0b99996e 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -4,6 +4,7 @@ local os = require('os')
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
local execute, request, eq = helpers.execute, helpers.request, helpers.eq
+if helpers.pending_win32(pending) then return end
describe('color scheme compatibility', function()
before_each(function()