Removed tests

This commit is contained in:
Luca Frosini 2019-07-15 16:29:22 +02:00
parent 7f9909747b
commit 1a8c8f864a
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -27,7 +27,7 @@ public class ContextAuthorizationTest extends ContextTest {
AccountingDataHarvesterPlugin.getProperties().set(properties);
}
@Test
// @Test
public void testRetrieveContextsAndTokens() throws Exception {
try {
getConfigParameters();