Exclude stats_test from tsan

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

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

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

Loading…
Cancel
Save