Removes line that forces segfault avoidance

This commit is contained in:
Christopher Neugebauer 2016-04-25 18:49:54 +10:00
parent cbecbf9a41
commit 7ccfaed304

View file

@ -26,7 +26,7 @@ class RegistrationCartTestCase(SetTimeMixin, TestCase):
super(RegistrationCartTestCase, self).setUp()
def tearDown(self):
if True:
if False:
# If you're seeing segfaults in tests, enable this.
call_command(
'flush',