Disable httpscli_test on mac: its openssl is old

pull/4344/head
Craig Tiller 10 years ago
parent 7c223ca5a4
commit cf79fc1116
  1. 2
      build.yaml
  2. 8
      tools/run_tests/tests.json

@ -1368,9 +1368,7 @@ targets:
- gpr_test_util
- gpr
platforms:
- mac
- linux
- posix
- name: init_test
build: test
language: c

@ -853,18 +853,14 @@
},
{
"ci_platforms": [
"linux",
"mac",
"posix"
"linux"
],
"exclude_configs": [],
"flaky": false,
"language": "c",
"name": "httpscli_test",
"platforms": [
"linux",
"mac",
"posix"
"linux"
]
},
{

Loading…
Cancel
Save