Disable discussion service setting for lettuce tests
This commit is contained in:
@@ -98,9 +98,12 @@ STATICFILES_FINDERS += ('pipeline.finders.PipelineFinder', )
|
||||
# Use the auto_auth workflow for creating users and logging them in
|
||||
FEATURES['AUTOMATIC_AUTH_FOR_TESTING'] = True
|
||||
|
||||
# For consistency in user-experience, keep the value of this setting in sync with
|
||||
# the one in lms/envs/acceptance.py
|
||||
FEATURES['ENABLE_DISCUSSION_SERVICE'] = True
|
||||
# Forums are disabled in test.py to speed up unit tests, but we do not have
|
||||
# per-test control for lettuce acceptance tests.
|
||||
# If you are writing an acceptance test that needs the discussion service enabled,
|
||||
# do not write it in lettuce, but instead write it using bok-choy.
|
||||
# DO NOT CHANGE THIS SETTING HERE.
|
||||
FEATURES['ENABLE_DISCUSSION_SERVICE'] = False
|
||||
|
||||
# HACK
|
||||
# Setting this flag to false causes imports to not load correctly in the lettuce python files
|
||||
|
||||
Reference in New Issue
Block a user