Skip to content
Snippets Groups Projects
Commit 0a4e6443 authored by felmer's avatar felmer
Browse files

SSDM-6958: fixing tests by removing @Rollback from SystemTestCase

parent 336445e8
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment