Disable a new test from running under libuv

reviewable/pr8125/r7
murgatroid99 8 years ago
parent 59f347e125
commit b7a83818f8
  1. 2
      build.yaml
  2. 4
      tools/run_tests/tests.json

@ -2674,6 +2674,8 @@ targets:
- grpc
- gpr_test_util
- gpr
exclude_iomgrs:
- uv
platforms:
- mac
- linux

@ -2212,7 +2212,9 @@
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"exclude_iomgrs": [
"uv"
],
"flaky": false,
"gtest": false,
"language": "c",

Loading…
Cancel
Save