diff options
author | murgatroid99 <mlumish@google.com> | 2017-07-18 13:23:55 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-07-18 13:23:55 -0700 |
commit | 79e2d8e89f635e07312d07afcc1f26a49aa48f06 (patch) | |
tree | 03786e4ef98a6903deaa40ff208e90ed145fcf6e | |
parent | b8e07ad780ceb0bae7c431d0de1c6343bf275ceb (diff) |
libuv tests: skip a test that spawns a thread
-rw-r--r-- | build.yaml | 2 | ||||
-rw-r--r-- | tools/run_tests/generated/tests.json | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml index f43a13e9bc..c8556c4b45 100644 --- a/build.yaml +++ b/build.yaml @@ -2370,6 +2370,8 @@ targets: - grpc - gpr_test_util - gpr + exclude_iomgrs: + - uv platforms: - linux secure: true diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index dd812414b9..5be3cf796b 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -1390,7 +1390,9 @@ ], "cpu_cost": 1.0, "exclude_configs": [], - "exclude_iomgrs": [], + "exclude_iomgrs": [ + "uv" + ], "flaky": false, "gtest": false, "language": "c", |