diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-02-16 23:15:24 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-17 22:43:48 +0100 |
commit | f3e6cc1a23b84ee5a8698614e78bce6d702a6d61 (patch) | |
tree | a7308f4b7ba2147f96278a24a0b009b86614baab /test/functional/ex_cmds/ctrl_c_spec.lua | |
parent | 8ab5ec4aaaeed27b1d8086d395171a52568378c2 (diff) | |
download | rneovim-f3e6cc1a23b84ee5a8698614e78bce6d702a6d61.tar.gz rneovim-f3e6cc1a23b84ee5a8698614e78bce6d702a6d61.tar.bz2 rneovim-f3e6cc1a23b84ee5a8698614e78bce6d702a6d61.zip |
test: remove checks to see if current CI job is travis or appveyor
Diffstat (limited to 'test/functional/ex_cmds/ctrl_c_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/ctrl_c_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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 |