@@ -754,7 +754,7 @@ for x in sys.stdin:
def test_designs(self):
if is_live_cluster():
- raise SkipTests('HUE-2902: Skipping because test is not reentrant')
+ raise SkipTest('HUE-2902: Skipping because test is not reentrant')
cli = self.client
@@ -499,7 +499,7 @@ def test_useradmin_ldap_user_integration():
def test_add_ldap_users():
- raise SkipTests('HUE-2897: Skipping because the DB may not be case sensitive')
+ raise SkipTest('HUE-2897: Skipping because the DB may not be case sensitive')
done = []