diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java index afb1b03..f8a9628 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java @@ -450,7 +450,8 @@ public class ContextManagementTest extends ContextTest { return all; } - @Test + /* + // @Test public void deleteAll() throws Exception { ContextTest.setContextByName(PARENT_DEFAULT_TEST_SCOPE); List all = getAll(); @@ -459,12 +460,13 @@ public class ContextManagementTest extends ContextTest { logger.trace(ElementMapper.marshal(context)); List children = context.getChildren(); if(children==null || children.size()==0) { - delete(context); + // delete(context); } } all = getAll(); } } + */ @Test public void testGetAll() throws Exception {