diff --git a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java index c669e22..6610480 100644 --- a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java +++ b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java @@ -349,7 +349,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest { } - @Test + // @Test public void testVREAccessesHarvester() throws Exception { try { AccountingDao dao = getAccountingDao(); @@ -598,7 +598,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest { AccountingDataHarvesterPlugin.scopeDescriptor.set(actualScopeDescriptor); } - @Test + // @Test public void testTagMeMethodInvocation() throws Exception { try { AccountingDao dao = getAccountingDao(); diff --git a/src/test/java/org/gcube/dataharvest/utils/ContextAuthorizationTest.java b/src/test/java/org/gcube/dataharvest/utils/ContextAuthorizationTest.java index 690cda6..b716a1f 100644 --- a/src/test/java/org/gcube/dataharvest/utils/ContextAuthorizationTest.java +++ b/src/test/java/org/gcube/dataharvest/utils/ContextAuthorizationTest.java @@ -27,7 +27,7 @@ public class ContextAuthorizationTest extends ContextTest { AccountingDataHarvesterPlugin.getProperties().set(properties); } - @Test + // @Test public void testRetrieveContextsAndTokens() throws Exception { try { getConfigParameters();