Commit 670cbf8b authored by Jason Madden's avatar Jason Madden

The extra threads that only eventually die mean we need to skip the leakcheck.

parent 9e8efe72
......@@ -137,6 +137,7 @@ class TestPeriodicMonitoringThread(greentest.TestCase):
def test_config(self):
self.assertEqual(0.1, gevent.config.max_blocking_time)
@greentest.ignores_leakcheck
def test_blocking(self):
import io
hub = get_hub()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment