Skip to content
Snippets Groups Projects
Commit f1cde580 authored by Craig Tiller's avatar Craig Tiller
Browse files

Disable legacy poller testing: seems like there is a bug, its legacy

parent c0cb23b8
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
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