Commit d8a14c1f authored by Antoine Catton's avatar Antoine Catton

Add transaction abort in order to avoid next Tic to fail.

parent a1bc4fd5
......@@ -1985,6 +1985,8 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
finally:
Base.serialize = Base.serialize_call
transaction.abort()
def _getComputerPartitionByReference(self, sequence):
computer_partition_list = self.portal.portal_catalog(
portal_type=self.computer_partition_portal_type,
......
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