mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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
|
||||
|
||||
do
|
||||
clear()
|
||||
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
|
||||
end
|
||||
pending("nodejs test times out on 0.4.x branch", function() end)
|
||||
return
|
||||
end
|
||||
|
||||
before_each(function()
|
||||
|
Reference in New Issue
Block a user