Skip testLogin test which is interfering with the now obsolete permission app

- Legacy-Id: 3802
This commit is contained in:
Ole Laursen 2012-01-12 14:29:23 +00:00
parent f3685e7af1
commit 06b1ecf90c

View file

@ -100,5 +100,6 @@ class IetfAuthTestCase(unittest.TestCase,RealDatabaseTest):
print "OK"
if settings.USE_DB_REDESIGN_PROXY_CLASSES:
del IetfAuthTestCase.testLogin
# this test doesn't make any sense anymore
IetfAuthTestCase.testGroups = lambda x: None
del IetfAuthTestCase.testGroups