Removing external_auth addition to cms, and skipping test

This commit is contained in:
Carson Gee
2013-11-25 17:08:18 -05:00
parent bf9ac26a06
commit 3ad705cd16
2 changed files with 1 additions and 3 deletions

View File

@@ -385,9 +385,6 @@ INSTALLED_APPS = (
'student', # misleading name due to sharing with lms
'course_groups', # not used in cms (yet), but tests run
# External auth (OpenID, shib, SSL)
'external_auth',
# Tracking
'track',
'eventtracking.django',