mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
Mark some functional tests as pending in Windows
This commit is contained in:
committed by
Rui Abreu Ferreira
parent
0089ef6b65
commit
39c628d031
@@ -2,6 +2,8 @@ local helpers = require('test.functional.helpers')(after_each)
|
||||
local eq, clear, eval, feed =
|
||||
helpers.eq, helpers.clear, helpers.eval, helpers.feed
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('K', function()
|
||||
local test_file = 'K_spec_out'
|
||||
before_each(function()
|
||||
|
||||
Reference in New Issue
Block a user