mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
Mark some functional tests as pending in Windows
This commit is contained in:
committed by
Rui Abreu Ferreira
parent
0089ef6b65
commit
39c628d031
@@ -3,6 +3,7 @@ local Screen = require('test.functional.ui.screen')
|
||||
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
|
||||
local execute, request, neq = helpers.execute, helpers.request, helpers.neq
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('Buffer highlighting', function()
|
||||
local screen
|
||||
|
||||
Reference in New Issue
Block a user