mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 22:51:20 +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
@@ -10,7 +10,6 @@ local fn = n.fn
|
||||
local api = n.api
|
||||
local skip = t.skip
|
||||
local is_os = t.is_os
|
||||
local is_ci = t.is_ci
|
||||
local read_file = t.read_file
|
||||
|
||||
local fname = 'Xtest-functional-ex_cmds-write'
|
||||
@@ -56,7 +55,6 @@ describe(':write', function()
|
||||
end)
|
||||
|
||||
it('&backupcopy=no replaces symlink with new file', function()
|
||||
skip(is_ci('cirrus'))
|
||||
command('set backupcopy=no')
|
||||
write_file('Xtest_bkc_file.txt', 'content0')
|
||||
if is_os('win') then
|
||||
@@ -148,7 +146,6 @@ describe(':write', function()
|
||||
end)
|
||||
|
||||
it('errors out correctly', function()
|
||||
skip(is_ci('cirrus'))
|
||||
command('let $HOME=""')
|
||||
eq(fn.fnamemodify('.', ':p:h'), fn.fnamemodify('.', ':p:h:~'))
|
||||
-- Message from check_overwrite
|
||||
|
||||
Reference in New Issue
Block a user