diff --git a/src/test/java/org/gcube/dataharvest/plugin/AccountingDataHarvesterPluginTest.java b/src/test/java/org/gcube/dataharvest/plugin/AccountingDataHarvesterPluginTest.java index 4b5d809..d46c451 100644 --- a/src/test/java/org/gcube/dataharvest/plugin/AccountingDataHarvesterPluginTest.java +++ b/src/test/java/org/gcube/dataharvest/plugin/AccountingDataHarvesterPluginTest.java @@ -602,7 +602,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest { logger.debug("Going to insert {}", accountingRecords); ContextTest.setContextByName(ROOT_PROD); - dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1])); + // dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1])); } catch (Exception e) { logger.error("", e);