Skip to content

Commit 06b1ecf

Browse files
committed
Skip testLogin test which is interfering with the now obsolete permission app
- Legacy-Id: 3802
1 parent f3685e7 commit 06b1ecf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/ietfauth/tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ def testGroups(self):
100100
print "OK"
101101

102102
if settings.USE_DB_REDESIGN_PROXY_CLASSES:
103+
del IetfAuthTestCase.testLogin
103104
# this test doesn't make any sense anymore
104-
IetfAuthTestCase.testGroups = lambda x: None
105+
del IetfAuthTestCase.testGroups

0 commit comments

Comments
 (0)