Disable epollex for LB tests while failures are investigated

pull/13127/head
David Garcia Quintas 7 years ago
parent 692bbf942c
commit 40b8cbec06
  1. 2
      build.yaml
  2. 6
      tools/run_tests/generated/tests.json

@ -3948,6 +3948,7 @@ targets:
excluded_poll_engines:
- poll
- poll-cv
- epollex
- name: codegen_test_full
gtest: true
build: test
@ -4256,6 +4257,7 @@ targets:
excluded_poll_engines:
- poll
- poll-cv
- epollex
- name: h2_ssl_cert_test
gtest: true
build: test

@ -3523,7 +3523,8 @@
"exclude_iomgrs": [],
"excluded_poll_engines": [
"poll",
"poll-cv"
"poll-cv",
"epollex"
],
"flaky": false,
"gtest": true,
@ -3917,7 +3918,8 @@
"exclude_iomgrs": [],
"excluded_poll_engines": [
"poll",
"poll-cv"
"poll-cv",
"epollex"
],
"flaky": false,
"gtest": false,

Loading…
Cancel
Save