aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--build.yaml2
-rw-r--r--tools/run_tests/tests.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 173b2e8e2c..2c887ce4c9 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2674,6 +2674,8 @@ targets:
- grpc
- gpr_test_util
- gpr
+ exclude_iomgrs:
+ - uv
platforms:
- mac
- linux
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 5dd0a5bb07..2ae61bd2fe 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -2212,7 +2212,9 @@
],
"cpu_cost": 1.0,
"exclude_configs": [],
- "exclude_iomgrs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
"flaky": false,
"gtest": false,
"language": "c",