From 90bc79fd88a1a8311b062a1dc341cf0305e7abaa Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 31 Dec 2017 18:30:40 -0500 Subject: [PATCH] gen_test: Mark a timing-sensitive test as skipped on travis --- tornado/test/gen_test.py | 1 + 1 file changed, 1 insertion(+) 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""" -- 2.47.2