From 94afc201bc89c48f477b7de4edeeee20731fdce4 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 5 Aug 2019 03:46:37 +0200 Subject: test: isCI(): add "name" parameter --- test/functional/core/job_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/core') diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua index 2b00327f14..212b76b5d9 100644 --- a/test/functional/core/job_spec.lua +++ b/test/functional/core/job_spec.lua @@ -205,7 +205,7 @@ describe('jobs', function() end) it("will not buffer data if it doesn't end in newlines", function() - if os.getenv("TRAVIS") and os.getenv("CC") == "gcc-4.9" + if helpers.isCI('travis') and os.getenv('CC') == 'gcc-4.9' and helpers.os_name() == "osx" then -- XXX: Hangs Travis macOS since e9061117a5b8f195c3f26a5cb94e18ddd7752d86. pending("[Hangs on Travis macOS. #5002]", function() end) -- cgit