make client_channel_stress_test run exclusively

pull/17183/head
Jan Tattermusch 6 years ago
parent 6d0add9773
commit 14d0dff09f
  1. 1
      build.yaml
  2. 2
      tools/run_tests/generated/tests.json

@ -4489,6 +4489,7 @@ targets:
- gpr - gpr
- name: client_channel_stress_test - name: client_channel_stress_test
gtest: false gtest: false
cpu_cost: 10.0
build: test build: test
language: c++ language: c++
src: src:

@ -3990,7 +3990,7 @@
"posix", "posix",
"windows" "windows"
], ],
"cpu_cost": 1.0, "cpu_cost": 10.0,
"exclude_configs": [], "exclude_configs": [],
"exclude_iomgrs": [], "exclude_iomgrs": [],
"flaky": false, "flaky": false,

Loading…
Cancel
Save