Exclude stats_test from tsan

pull/12891/head
Craig Tiller 8 years ago
parent 5110b8d23b
commit 5f7ec2b019
  1. 2
      build.yaml
  2. 4
      tools/run_tests/generated/tests.json

@ -4719,6 +4719,8 @@ targets:
- grpc - grpc
- gpr_test_util - gpr_test_util
- gpr - gpr
exclude_configs:
- tsan
timeout_seconds: 1200 timeout_seconds: 1200
uses_polling: false uses_polling: false
- name: status_test - name: status_test

@ -4206,7 +4206,9 @@
"windows" "windows"
], ],
"cpu_cost": 1.0, "cpu_cost": 1.0,
"exclude_configs": [], "exclude_configs": [
"tsan"
],
"exclude_iomgrs": [], "exclude_iomgrs": [],
"flaky": false, "flaky": false,
"gtest": true, "gtest": true,

Loading…
Cancel
Save