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

Expected failure

parent 1120827d
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
from Products.Vifib.tests.testVifibSlapWebService import \ from Products.Vifib.tests.testVifibSlapWebService import \
TestVifibSlapWebServiceMixin TestVifibSlapWebServiceMixin
import transaction import transaction
from Products.ERP5Type.tests.backportUnittest import expectedFailure
class TestSlapOSCorePersonRequest(TestVifibSlapWebServiceMixin): class TestSlapOSCorePersonRequest(TestVifibSlapWebServiceMixin):
...@@ -324,6 +325,7 @@ class TestSlapOSCorePersonRequest(TestVifibSlapWebServiceMixin): ...@@ -324,6 +325,7 @@ class TestSlapOSCorePersonRequest(TestVifibSlapWebServiceMixin):
state=state, state=state,
) )
@expectedFailure
def test_Person_requestSoftwareInstance_updateHostingSubscription(self): def test_Person_requestSoftwareInstance_updateHostingSubscription(self):
person = self.getPortalObject().ERP5Site_getAuthenticatedMemberPersonValue() person = self.getPortalObject().ERP5Site_getAuthenticatedMemberPersonValue()
......
10 11
\ No newline at end of file \ 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