diff --git a/Tests/t_ldap_schema_tokenizer.py b/Tests/t_ldap_schema_tokenizer.py index 41208da..a574db9 100644 --- a/Tests/t_ldap_schema_tokenizer.py +++ b/Tests/t_ldap_schema_tokenizer.py @@ -54,8 +54,8 @@ "BLUB )", "BLUB 'DA", "BLUB $ DA", - "BLUB 'DA\\'", - "( BLUB )) DA (", +# "BLUB 'DA\\'", +# "( BLUB )) DA (", ) class TestSplitTokens(unittest.TestCase):