mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 16:41:38 +00:00
ci: drop cirrus #39321
Problem:
cirrus will shutdown soon, and we are running out of minutes anyway,
which causes ci failures.
Solution:
Drop cirrus config.
(cherry picked from commit 82198d0a66)
This commit is contained in:
committed by
github-actions[bot]
parent
b46688feee
commit
14eea10ec5
@@ -12,8 +12,6 @@ local matches = t.matches
|
||||
local tmpname = t.tmpname
|
||||
local eq = t.eq
|
||||
local pesc = vim.pesc
|
||||
local skip = t.skip
|
||||
local is_ci = t.is_ci
|
||||
|
||||
-- Collects all names passed to find_path() after attempting ":Man foo".
|
||||
local function get_search_history(name)
|
||||
@@ -247,7 +245,6 @@ describe(':Man', function()
|
||||
end)
|
||||
|
||||
it('reports non-existent man pages for absolute paths', function()
|
||||
skip(is_ci('cirrus'))
|
||||
local actual_file = tmpname()
|
||||
-- actual_file must be an absolute path to an existent file for us to test against it
|
||||
matches('^/.+', actual_file)
|
||||
|
||||
Reference in New Issue
Block a user