Skip to content

Commit

Permalink
Skip test_create_unicode_user_name in _ldap_livetest
Browse files Browse the repository at this point in the history
Live LDAP tests were not passing because this test doesn't work.
This is being addressed with a different bug.

Change-Id: Ic01aa505d867c1de30e2a1ed7c79ff1478e213ef
Related-Bug: #1172106
Related-Bug: #1210175
  • Loading branch information
Brant Knudson committed Aug 15, 2013
1 parent 14e0901 commit 54a4c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keystone/tests/_ldap_livetest.py
Expand Up @@ -158,3 +158,6 @@ def test_base_ldap_connection_deref_option(self):
alias_dereferencing=deref)
self.assertEqual(ldap.DEREF_SEARCHING,
ldap_wrapper.conn.get_option(ldap.OPT_DEREF))

def test_create_unicode_user_name(self):
self.skipTest('Addressed by bug #1172106')

0 comments on commit 54a4c06

Please sign in to comment.