From: Ben Darnell Date: Sun, 31 Dec 2017 23:30:40 +0000 (-0500) Subject: gen_test: Mark a timing-sensitive test as skipped on travis X-Git-Tag: v5.0.0~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90bc79fd88a1a8311b062a1dc341cf0305e7abaa;p=thirdparty%2Ftornado.git gen_test: Mark a timing-sensitive test as skipped on travis --- diff --git a/tornado/test/gen_test.py b/tornado/test/gen_test.py index 0be490625..199316c7c 100644 --- a/tornado/test/gen_test.py +++ b/tornado/test/gen_test.py @@ -1480,6 +1480,7 @@ class WaitIteratorTest(AsyncTestCase): class RunnerGCTest(AsyncTestCase): """Github issue 1769: Runner objects can get GCed unexpectedly""" + @skipOnTravis @gen_test def test_gc(self): """Runners shouldn't GC if future is alive"""