From 08a98348591501e67a262d05e06f2ba54a1ca292 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 4 Oct 2023 08:08:07 +0800 Subject: [PATCH] ci(cirrus): don't run lua/help_spec (cherry picked from commit 7a0ab4f33375dda8a4fcc6b1e91b4b6b10901b6c) --- test/functional/lua/help_spec.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/lua/help_spec.lua b/test/functional/lua/help_spec.lua index d66d9f7fbe..97f4fe42de 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()