summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/startup_procedures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/startup_procedures.py b/askbot/startup_procedures.py
index d50873d9..4c76be2c 100644
--- a/askbot/startup_procedures.py
+++ b/askbot/startup_procedures.py
@@ -467,7 +467,7 @@ def run_startup_tests():
#test_postgres()
test_middleware()
test_celery()
- test_csrf_cookie_domain()
+ #test_csrf_cookie_domain()
test_staticfiles()
settings_tester = SettingsTester({
'CACHE_MIDDLEWARE_ANONYMOUS_ONLY': {