From cf79fc1116d60831a565275f574b120089b2e93c Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Wed, 9 Dec 2015 21:15:20 -0800
Subject: [PATCH] Disable httpscli_test on mac: its openssl is old

---
 build.yaml                 | 2 --
 tools/run_tests/tests.json | 8 ++------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/build.yaml b/build.yaml
index a7c11068a0..f3b76e246e 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1368,9 +1368,7 @@ targets:
   - gpr_test_util
   - gpr
   platforms:
-  - mac
   - linux
-  - posix
 - name: init_test
   build: test
   language: c
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 82f4b7eeda..e2ac7e2bd9 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -853,18 +853,14 @@
   }, 
   {
     "ci_platforms": [
-      "linux", 
-      "mac", 
-      "posix"
+      "linux"
     ], 
     "exclude_configs": [], 
     "flaky": false, 
     "language": "c", 
     "name": "httpscli_test", 
     "platforms": [
-      "linux", 
-      "mac", 
-      "posix"
+      "linux"
     ]
   }, 
   {
-- 
GitLab