From f3e6cc1a23b84ee5a8698614e78bce6d702a6d61 Mon Sep 17 00:00:00 2001 From: Dundar Göc Date: Wed, 16 Feb 2022 23:15:24 +0100 Subject: test: remove checks to see if current CI job is travis or appveyor --- test/functional/ex_cmds/ctrl_c_spec.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/functional/ex_cmds') diff --git a/test/functional/ex_cmds/ctrl_c_spec.lua b/test/functional/ex_cmds/ctrl_c_spec.lua index f65d9f0d01..f19fab5550 100644 --- a/test/functional/ex_cmds/ctrl_c_spec.lua +++ b/test/functional/ex_cmds/ctrl_c_spec.lua @@ -10,8 +10,7 @@ describe("CTRL-C (mapped)", function() it("interrupts :global", function() -- Crashes luajit. - if helpers.skip_fragile(pending, - helpers.isCI('travis') or helpers.isCI('appveyor')) then + if helpers.skip_fragile(pending) then return end -- cgit