Fix acceptance tests

This commit is contained in:
John Cox
2014-04-25 13:34:18 -07:00
parent 1192b5f7c9
commit 0379bd34a0

View File

@@ -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