Commit 5011261c authored by Jason Madden's avatar Jason Madden

Forgot to run the teardown. This should fix the leaktest.

parent 31ec0ac0
......@@ -738,6 +738,7 @@ class TestWorkerProfileAndTrace(TestCase):
import threading
threading.setprofile(self.old_profile)
threading.settrace(self.old_trace)
super(TestWorkerProfileAndTrace, self).tearDown()
def test_get_profile(self):
import threading
......
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