aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-06-13 09:05:32 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-06-13 09:05:32 -0700
commitd573e86ae01e343f6aced97ede0684f02e20dae7 (patch)
treec68e47aedefa22c3886ee815ac6f9ec6a235f998 /tools
parentea20cafb85c30f136c9d2fecd7aa28c71df612c1 (diff)
Disable epollex tests until they work reliably.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 35fe42c6b7..a0d84ea9f0 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'],
}