From 7ccfaed304cebefbb104c033ea9c51dd8fdec9f7 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Mon, 25 Apr 2016 18:49:54 +1000 Subject: [PATCH] Removes line that forces segfault avoidance --- registrasion/tests/test_cart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registrasion/tests/test_cart.py b/registrasion/tests/test_cart.py index 790c1df9..507d5cf7 100644 --- a/registrasion/tests/test_cart.py +++ b/registrasion/tests/test_cart.py @@ -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',