aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-20 12:13:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-20 12:13:23 -0700
commitf1cde58049332ef1522452f84a1dc736eba662e3 (patch)
treec7102177f2c0cf989819088c74fdb99fbb074e6e
parentc0cb23b88594d69e550c6de6e2b2a24d1161ab78 (diff)
Disable legacy poller testing: seems like there is a bug, its legacy
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 0a5625c3f5..5f0943b440 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -157,7 +157,7 @@ class CLanguage(object):
'windows': ['all'],
'mac': ['all'],
'posix': ['all'],
- 'linux': ['poll', 'legacy']
+ 'linux': ['poll'], # DISABLED DUE TO BUGS: 'legacy'
}
for target in binaries:
polling_strategies = (POLLING_STRATEGIES[self.platform]