From ac819b8994079d78fdafb883e6e6144dd9aa952f Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 12 Sep 2016 02:36:59 +0200 Subject: CI: Travis macOS: Skip tab left-drag tests. These tests fail on master, so it's not a regression. Changes in #4874 (parent commit) seem to work (and pass most CI), so skipping these tests is better than blocking the changes. --- test/functional/api/server_requests_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/api/server_requests_spec.lua') diff --git a/test/functional/api/server_requests_spec.lua b/test/functional/api/server_requests_spec.lua index b668b5ba86..4c47f85f72 100644 --- a/test/functional/api/server_requests_spec.lua +++ b/test/functional/api/server_requests_spec.lua @@ -141,8 +141,8 @@ describe('server -> client', function() describe('when the client is a recursive vim instance', function() if os.getenv("TRAVIS") and helpers.os_name() == "osx" then - -- XXX: Hangs Travis OSX since e9061117a5b8f195c3f26a5cb94e18ddd7752d86. - pending("[Hangs on Travis OSX. #5002]", function() end) + -- XXX: Hangs Travis macOS since e9061117a5b8f195c3f26a5cb94e18ddd7752d86. + pending("[Hangs on Travis macOS. #5002]", function() end) return end -- cgit