Commit 6c09ceae by Bill DeRusha

Merge pull request #9669 from edx/bderusha/teams-search-flag

Add ENABLE_SEARCH_TEAMS flag to tests
parents fb874f48 8bfa4e9c
......@@ -486,6 +486,9 @@ FEATURES['ENABLE_EDXNOTES'] = True
# Enable teams feature for tests.
FEATURES['ENABLE_TEAMS'] = True
# Enable teams search for tests.
FEATURES['ENABLE_TEAMS_SEARCH'] = True
# Add milestones to Installed apps for testing
INSTALLED_APPS += ('milestones', 'openedx.core.djangoapps.call_stack_manager')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment