diff --git a/tests/test_LdapCherry.py b/tests/test_LdapCherry.py index b91aa24..e4af86a 100644 --- a/tests/test_LdapCherry.py +++ b/tests/test_LdapCherry.py @@ -18,6 +18,7 @@ from cherrypy import Application import logging from ldapcherry.lclogging import * +from disable import * import json cherrypy.session = {} @@ -245,6 +246,7 @@ app._modify(modify_form) app._deleteuser('test') + @slow_disabled def testHtml(self): app = LdapCherry() loadconf('./tests/cfg/ldapcherry_test.ini', app) @@ -266,6 +268,7 @@ loadconf('./tests/cfg/ldapcherry_test.ini', app) app.modify('ssmith'), + @slow_disabled def testNaughtyStrings(self): app = LdapCherry() loadconf('./tests/cfg/ldapcherry_test.ini', app)