Removes line that forces segfault avoidance
This commit is contained in:
parent
cbecbf9a41
commit
7ccfaed304
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue