Commit 4405e65c authored by Romain Courteaud's avatar Romain Courteaud

Expected failure

parent 1120827d
......@@ -2,6 +2,7 @@
from Products.Vifib.tests.testVifibSlapWebService import \
TestVifibSlapWebServiceMixin
import transaction
from Products.ERP5Type.tests.backportUnittest import expectedFailure
class TestSlapOSCorePersonRequest(TestVifibSlapWebServiceMixin):
......@@ -324,6 +325,7 @@ class TestSlapOSCorePersonRequest(TestVifibSlapWebServiceMixin):
state=state,
)
@expectedFailure
def test_Person_requestSoftwareInstance_updateHostingSubscription(self):
person = self.getPortalObject().ERP5Site_getAuthenticatedMemberPersonValue()
......
10
\ No newline at end of file
11
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment