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()
|
super(RegistrationCartTestCase, self).setUp()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
if True:
|
if False:
|
||||||
# If you're seeing segfaults in tests, enable this.
|
# If you're seeing segfaults in tests, enable this.
|
||||||
call_command(
|
call_command(
|
||||||
'flush',
|
'flush',
|
||||||
|
|
Loading…
Reference in a new issue