aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/server_requests_spec.lua
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-16 23:15:24 +0100
committerDundar Göc <gocdundar@gmail.com>2022-02-17 22:43:48 +0100
commitf3e6cc1a23b84ee5a8698614e78bce6d702a6d61 (patch)
treea7308f4b7ba2147f96278a24a0b009b86614baab /test/functional/api/server_requests_spec.lua
parent8ab5ec4aaaeed27b1d8086d395171a52568378c2 (diff)
downloadrneovim-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/api/server_requests_spec.lua')
-rw-r--r--test/functional/api/server_requests_spec.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/functional/api/server_requests_spec.lua b/test/functional/api/server_requests_spec.lua
index 309d9084c8..cdcf08c348 100644
--- a/test/functional/api/server_requests_spec.lua
+++ b/test/functional/api/server_requests_spec.lua
@@ -181,12 +181,6 @@ describe('server -> client', function()
end)
describe('recursive (child) nvim client', function()
- if helpers.isCI('travis') and helpers.is_os('mac') then
- -- XXX: Hangs Travis macOS since e9061117a5b8f195c3f26a5cb94e18ddd7752d86.
- pending("[Hangs on Travis macOS. #5002]", function() end)
- return
- end
-
before_each(function()
command("let vim = rpcstart('"..nvim_prog.."', ['-u', 'NONE', '-i', 'NONE', '--cmd', 'set noswapfile', '--embed', '--headless'])")
neq(0, eval('vim'))