diff --git a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java index 3c07859..7e06744 100644 --- a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java +++ b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java @@ -14,14 +14,14 @@ public class ISExporterPluginTest { private static Logger logger = LoggerFactory.getLogger(ISExporterPluginTest.class); - @Test + // @Test public void testLaunch() throws ObjectNotFound, Exception { String[] tokens = { ContextTest.GCUBE, ContextTest.GCUBE_DEVSEC, ContextTest.GCUBE_DEVSEC_DEVVRE, - ContextTest.GCUBE_DEVNEXT, - ContextTest.GCUBE_DEVNEXT_NEXTNEXT + // ContextTest.GCUBE_DEVNEXT, + // ContextTest.GCUBE_DEVNEXT_NEXTNEXT }; for(String token : tokens) { @@ -35,10 +35,10 @@ public class ISExporterPluginTest { } } - @Test + // @Test public void export() throws ObjectNotFound, Exception { String[] tokens = { - // ContextTest.GCUBE, + ContextTest.GCUBE, ContextTest.GCUBE_DEVSEC, ContextTest.GCUBE_DEVSEC_DEVVRE, // ContextTest.GCUBE_DEVNEXT,