Commit c2a2daa1 authored by Jason Madden's avatar Jason Madden

Must not try to run test_patch_in_thread multiple times.

parent d2a6b131
......@@ -7,6 +7,7 @@ import greentest
class Test(greentest.TestCase):
@greentest.ignores_leakcheck # can't be run multiple times
def test_patch_in_thread(self):
all_warnings = []
try:
......
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