Description: like travis buildd are often slow so skip the same tests
--- a/tornado/test/util.py
+++ b/tornado/test/util.py
@@ -15,5 +15,5 @@ skipIfNonUnix = unittest.skipIf(os.name
 
 # travis-ci.org runs our tests in an overworked virtual machine, which makes
 # timing-related tests unreliable.
-skipOnTravis = unittest.skipIf('TRAVIS' in os.environ,
+skipOnTravis = unittest.skipIf(True,
                                'timing tests unreliable on travis')
