Merge pull request #11488 from markdroth/stop_epollex_tests

Disable epollex tests until they work reliably.
pull/11230/merge
Mark D. Roth 8 years ago committed by GitHub
commit 527e61284a
  1. 4
      tools/run_tests/run_tests.py

@ -63,8 +63,8 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
}
_POLLING_STRATEGIES = {
'linux': ['epollex', 'epollsig', 'poll', 'poll-cv'],
# TODO(ctiller, sreecha): enable epoll1, epoll-thread-pool
'linux': ['epollsig', 'poll', 'poll-cv'],
# TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool
'mac': ['poll'],
}

Loading…
Cancel
Save