mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Revert change that caused XML-RPC tests to be skipped
This commit is contained in:
parent
e4b9be209e
commit
322992ae4b
@ -41,7 +41,6 @@ class XMLRPC_test:
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
# FIXME: changing Plugin.name from a property to an instance attribute
|
# FIXME: changing Plugin.name from a property to an instance attribute
|
||||||
# somehow broke this.
|
# somehow broke this.
|
||||||
raise nose.SkipTest()
|
|
||||||
try:
|
try:
|
||||||
res = api.Command['user_show']('notfound')
|
res = api.Command['user_show']('notfound')
|
||||||
except socket.error:
|
except socket.error:
|
||||||
|
Loading…
Reference in New Issue
Block a user