Remove the cleanup too

This commit is contained in:
Jean-Paul Calderone 2020-01-13 15:34:30 -05:00
parent 9a508adf5f
commit 9c1250364f

View File

@ -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()