Remove feature flag for testing on container pages

This commit is contained in:
Andy Armstrong
2014-04-09 13:52:21 -04:00
parent b78508a1f9
commit 2bf64d76d7
2 changed files with 0 additions and 8 deletions

View File

@@ -99,9 +99,6 @@ FEATURES = {
# Turn off Advanced Security by default
'ADVANCED_SECURITY': False,
# Switch acceptance tests to use the container page instead of the unit page
'USE_CONTAINER_PAGE_FOR_TESTING': False,
}
ENABLE_JASMINE = False