mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Remove the cleanup too
This commit is contained in:
parent
9a508adf5f
commit
9c1250364f
@ -177,9 +177,6 @@ class TestMixin(SignalMixin):
|
||||
return super(TestMixin, self).setUp()
|
||||
|
||||
def tearDown(self):
|
||||
if self.repeatable:
|
||||
import repeatable_random
|
||||
repeatable_random.restore_non_repeatability()
|
||||
self.clean_pending(required_to_quiesce=True)
|
||||
return super(TestMixin, self).tearDown()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user