Merge pull request #13127 from dgquintas/exclude_epollex_from_lb_tests_for_now

Disable epollex for LB tests while failures are investigated
pull/12649/merge
David G. Quintas 7 years ago committed by GitHub
commit 2a141125ab
  1. 2
      build.yaml
  2. 6
      tools/run_tests/generated/tests.json

@ -3958,6 +3958,7 @@ targets:
excluded_poll_engines:
- poll
- poll-cv
- epollex
- name: codegen_test_full
gtest: true
build: test
@ -4266,6 +4267,7 @@ targets:
excluded_poll_engines:
- poll
- poll-cv
- epollex
- name: h2_ssl_cert_test
gtest: true
build: test

@ -3547,7 +3547,8 @@
"exclude_iomgrs": [],
"excluded_poll_engines": [
"poll",
"poll-cv"
"poll-cv",
"epollex"
],
"flaky": false,
"gtest": true,
@ -3941,7 +3942,8 @@
"exclude_iomgrs": [],
"excluded_poll_engines": [
"poll",
"poll-cv"
"poll-cv",
"epollex"
],
"flaky": false,
"gtest": false,

Loading…
Cancel
Save