Commit 496b6f2d authored by Romain Courteaud's avatar Romain Courteaud

Skip unsupported test case

parent b1f7ad54
......@@ -3,6 +3,7 @@ import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
import random
import transaction
from Products.ERP5Type.tests.backportUnittest import skip
class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
def test_bug_Person_request_more_then_one_instance(self):
......@@ -1210,6 +1211,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
@skip('Unsupported by the cache on slaptool')
def test_request_new_with_destroyed_reference(self):
"""Prove that having destroyed SI allows to request new one with same
reference"""
......
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