aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/help_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-21 07:21:19 +0800
committerGitHub <noreply@github.com>2023-10-21 07:21:19 +0800
commit7a6e27958a80b3aebb1335b78aa81c26c79b7f37 (patch)
tree8008f830919a44701e704b8bad74db61e3e588f4 /test/functional/lua/help_spec.lua
parentad2fad9a3b07d84e24c189b6a5773e979e8c0afd (diff)
downloadrneovim-7a6e27958a80b3aebb1335b78aa81c26c79b7f37.tar.gz
rneovim-7a6e27958a80b3aebb1335b78aa81c26c79b7f37.tar.bz2
rneovim-7a6e27958a80b3aebb1335b78aa81c26c79b7f37.zip
ci(cirrus): don't run lua/help_spec (#25498)
Diffstat (limited to 'test/functional/lua/help_spec.lua')
-rw-r--r--test/functional/lua/help_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/lua/help_spec.lua b/test/functional/lua/help_spec.lua
index 8d843cd208..ef1b8ebf3f 100644
--- a/test/functional/lua/help_spec.lua
+++ b/test/functional/lua/help_spec.lua
@@ -8,6 +8,8 @@ local exec_lua = helpers.exec_lua
local eq = helpers.eq
local ok = helpers.ok
+if helpers.skip(helpers.is_ci('cirrus'), 'No need to run this on Cirrus') then return end
+
describe(':help docs', function()
before_each(clear)
it('validate', function()