Disable epoll1 - so that I can merge whatever I have until now

pull/11816/head
Sree Kuchibhotla 8 years ago
parent 471aa62716
commit 9d87421328
  1. 4
      tools/run_tests/run_tests.py

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

Loading…
Cancel
Save