aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-02-17 17:25:58 -0500
committerGitHub <noreply@github.com>2022-02-17 17:25:58 -0500
commitdf0fae2ff7cd666947b752f76987bb6756e187da (patch)
tree5e3f67f9cf7c7eeceb1898a7b99d94c2b717518a /test/functional/ex_cmds
parent1fd106ca88a606241e1e1fb8c73645dcea5ea5c8 (diff)
parentf3e6cc1a23b84ee5a8698614e78bce6d702a6d61 (diff)
downloadrneovim-df0fae2ff7cd666947b752f76987bb6756e187da.tar.gz
rneovim-df0fae2ff7cd666947b752f76987bb6756e187da.tar.bz2
rneovim-df0fae2ff7cd666947b752f76987bb6756e187da.zip
Merge pull request #17430 from dundargoc/test/remove-travis
Diffstat (limited to 'test/functional/ex_cmds')
-rw-r--r--test/functional/ex_cmds/ctrl_c_spec.lua3
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