From c18f45095cffc11508a9d861d6baf5cc2be7c12d Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Thu, 10 Oct 2013 17:40:25 +0000 Subject: [PATCH] Removed email acceptance test --- lms/envs/acceptance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/acceptance.py b/lms/envs/acceptance.py index 3e01a05244..9f4a9b33ce 100644 --- a/lms/envs/acceptance.py +++ b/lms/envs/acceptance.py @@ -124,7 +124,7 @@ FEEDBACK_SUBMISSION_EMAIL = 'dummy@example.com' # Include the lettuce app for acceptance testing, including the 'harvest' django-admin command INSTALLED_APPS += ('lettuce.django',) -LETTUCE_APPS = ('courseware', 'instructor',) +LETTUCE_APPS = ('courseware',) LETTUCE_BROWSER = os.environ.get('LETTUCE_BROWSER', 'chrome') # Where to run: local, saucelabs, or grid