Skip to content
Snippets Groups Projects
Commit 141a68a0 authored by Vijay Pai's avatar Vijay Pai Committed by GitHub
Browse files

Merge pull request #11149 from vjpai/testmac

Fix run_tests script for Mac
parents bcb65f0b adb76ee1
No related branches found
No related tags found
No related merge requests found
...@@ -75,8 +75,9 @@ _FORCE_ENVIRON_FOR_WRAPPERS = { ...@@ -75,8 +75,9 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = { _POLLING_STRATEGIES = {
'linux': ['epollsig', 'poll', 'poll-cv'] 'linux': ['epollsig', 'poll', 'poll-cv'],
# TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool # TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool
'mac': ['poll'],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment