From 0a4e6443a9c50387edf962f513af6ba80731c884 Mon Sep 17 00:00:00 2001
From: felmer <franz-josef.elmer@id.ethz.ch>
Date: Fri, 9 Nov 2018 13:13:35 +0100
Subject: [PATCH] SSDM-6958: fixing tests by removing @Rollback from
 SystemTestCase

---
 .../java/ch/systemsx/cisd/openbis/systemtest/SystemTestCase.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/SystemTestCase.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/SystemTestCase.java
index 16622540776..f4c4ca30d14 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/SystemTestCase.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/SystemTestCase.java
@@ -83,7 +83,6 @@ import ch.systemsx.cisd.openbis.plugin.generic.shared.IGenericServer;
 // In 'commonContext.xml', our transaction manager is called 'transaction-manager' (by default
 // Spring looks for 'transactionManager').
 @Transactional(transactionManager = "transaction-manager")
-@Rollback(value = false)
 public abstract class SystemTestCase extends AbstractTransactionalTestNGSpringContextTests
 {
     private static final String SOURCE_TEST_CORE_PLUGINS = "sourceTest/core-plugins";
-- 
GitLab