Disable epollex tests until they work reliably.

pull/11488/head
Mark D. Roth 8 years ago
parent ea20cafb85
commit d573e86ae0
  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