From 34db58abe2b5fa2e9232d09197d226017db99dab Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 26 Feb 2024 18:04:42 +0100 Subject: [PATCH] Fixed test --- .../dataharvest/plugin/AccountingDataHarvesterPluginTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);