Jelajahi Sumber

[useradmin] Unskip a unicode test, skip a case sensitive test

Erick Tryzelaar 10 tahun lalu
induk
melakukan
93347133fb
1 mengubah file dengan 1 tambahan dan 4 penghapusan
  1. 1 4
      apps/useradmin/src/useradmin/test_ldap.py

+ 1 - 4
apps/useradmin/src/useradmin/test_ldap.py

@@ -172,9 +172,6 @@ class TestUserAdminLdap(BaseUserAdminTests):
 
 
   def test_useradmin_ldap_nested_group_integration(self):
-    if is_live_cluster():
-      raise SkipTest('HUE-2897: Skipping because DB may not support unicode')
-
     reset = []
 
     # Set up LDAP tests to use a LdapTestConnection instead of an actual LDAP connection
@@ -405,7 +402,7 @@ class TestUserAdminLdap(BaseUserAdminTests):
 
   def test_useradmin_ldap_user_integration(self):
     if is_live_cluster():
-      raise SkipTest('HUE-2897: Skipping because DB may not support unicode')
+      raise SkipTest('HUE-2897: Skipping because the DB may not be case sensitive')
 
     done = []