mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
test: skip nodejs_spec on 0.4.x branch
This commit is contained in:
@@ -7,12 +7,8 @@ local eval = helpers.eval
|
|||||||
local retry = helpers.retry
|
local retry = helpers.retry
|
||||||
|
|
||||||
do
|
do
|
||||||
clear()
|
pending("nodejs test times out on 0.4.x branch", function() end)
|
||||||
local reason = missing_provider('node')
|
|
||||||
if reason then
|
|
||||||
pending(string.format("Missing nodejs host, or nodejs version is too old (%s)", reason), function() end)
|
|
||||||
return
|
return
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
before_each(function()
|
before_each(function()
|
||||||
|
Reference in New Issue
Block a user