From 85de048a890aec4be3bcbf3af8a9ecfbf467d34a Mon Sep 17 00:00:00 2001 From: Daniel Chimeno Date: Fri, 17 Feb 2017 12:28:02 +0100 Subject: [PATCH] speedup tests --- wagtail/tests/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wagtail/tests/settings.py b/wagtail/tests/settings.py index e9131526e..39705e0b1 100644 --- a/wagtail/tests/settings.py +++ b/wagtail/tests/settings.py @@ -4,6 +4,7 @@ import os import django +DEBUG = False WAGTAIL_ROOT = os.path.dirname(os.path.dirname(__file__)) STATIC_ROOT = os.path.join(WAGTAIL_ROOT, 'tests', 'test-static') MEDIA_ROOT = os.path.join(WAGTAIL_ROOT, 'tests', 'test-media') @@ -54,7 +55,7 @@ TEMPLATES = [ 'wagtail.tests.context_processors.do_not_use_static_url', 'wagtail.contrib.settings.context_processors.settings', ], - 'debug': True, + 'debug': False, }, }, {