From d573e86ae01e343f6aced97ede0684f02e20dae7 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Tue, 13 Jun 2017 09:05:32 -0700 Subject: [PATCH] Disable epollex tests until they work reliably. --- tools/run_tests/run_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 35fe42c6b79..a0d84ea9f07 100755 --- a/tools/run_tests/run_tests.py +++ b/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'], }