commit 7a6e27958a80b3aebb1335b78aa81c26c79b7f37
parent ad2fad9a3b07d84e24c189b6a5773e979e8c0afd
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat, 21 Oct 2023 07:21:19 +0800
ci(cirrus): don't run lua/help_spec (#25498)
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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()