From 0379bd34a041eaeaa7fe6100b64f44b578b739c1 Mon Sep 17 00:00:00 2001 From: John Cox Date: Fri, 25 Apr 2014 13:34:18 -0700 Subject: [PATCH] Fix acceptance tests --- lms/envs/acceptance.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/envs/acceptance.py b/lms/envs/acceptance.py index 2496b74e1b..fcea155e82 100644 --- a/lms/envs/acceptance.py +++ b/lms/envs/acceptance.py @@ -107,6 +107,10 @@ FEATURES['ENABLE_DISCUSSION_SERVICE'] = False # Use the auto_auth workflow for creating users and logging them in FEATURES['AUTOMATIC_AUTH_FOR_TESTING'] = True +# Third-party auth is enabled in lms/envs/test.py for unittests, but we don't +# yet want it for acceptance tests. +FEATURES['ENABLE_THIRD_PARTY_AUTH'] = False + # Enable fake payment processing page FEATURES['ENABLE_PAYMENT_FAKE'] = True