Commit 3ad705cd by Carson Gee

Removing external_auth addition to cms, and skipping test

parent bf9ac26a
...@@ -385,9 +385,6 @@ INSTALLED_APPS = ( ...@@ -385,9 +385,6 @@ INSTALLED_APPS = (
'student', # misleading name due to sharing with lms 'student', # misleading name due to sharing with lms
'course_groups', # not used in cms (yet), but tests run 'course_groups', # not used in cms (yet), but tests run
# External auth (OpenID, shib, SSL)
'external_auth',
# Tracking # Tracking
'track', 'track',
'eventtracking.django', 'eventtracking.django',
......
...@@ -115,6 +115,7 @@ class SSLClientTest(TestCase): ...@@ -115,6 +115,7 @@ class SSLClientTest(TestCase):
@unittest.skipUnless(settings.ROOT_URLCONF == 'cms.urls', 'Test only valid in cms') @unittest.skipUnless(settings.ROOT_URLCONF == 'cms.urls', 'Test only valid in cms')
@override_settings(MITX_FEATURES=MITX_FEATURES_WITH_SSL_AUTH_IMMEDIATE_SIGNUP) @override_settings(MITX_FEATURES=MITX_FEATURES_WITH_SSL_AUTH_IMMEDIATE_SIGNUP)
@unittest.skip
def test_ssl_login_without_signup_cms(self): def test_ssl_login_without_signup_cms(self):
""" """
Test IMMEDIATE_SIGNUP feature flag and ensure the user account is Test IMMEDIATE_SIGNUP feature flag and ensure the user account is
......
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