diff --git a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterJupyterTest.java b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterJupyterTest.java index daa1834..464a63a 100644 --- a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterJupyterTest.java +++ b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterJupyterTest.java @@ -19,6 +19,7 @@ import org.gcube.dataharvest.utils.AggregationType; import org.gcube.dataharvest.utils.ContextAuthorization; import org.gcube.dataharvest.utils.ContextTest; import org.gcube.dataharvest.utils.DateUtils; +import org.junit.Ignore; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -60,8 +61,8 @@ public class AccountingDataHarvesterJupyterTest extends ContextTest { public void testJupyterAccessesHarvester() throws Exception { try { - ContextTest.setContextByName(ROOT); - AccountingDao dao = getAccountingDao(); +// ContextTest.setContextByName(ROOT); +// AccountingDao dao = getAccountingDao(); List starts = new ArrayList<>(); starts.add(DateUtils.getStartCalendar(2021, Calendar.JANUARY, 1).getTime()); @@ -95,7 +96,7 @@ public class AccountingDataHarvesterJupyterTest extends ContextTest { logger.debug("Going to insert {}", accountingRecords); ContextTest.setContextByName(ROOT); - dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1])); + // dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1])); } catch (Throwable e) { logger.error(e.getLocalizedMessage(), e);