From d0365d59aece631680593625e9d2af35205cd978 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 15 Feb 2019 18:06:23 +0000 Subject: [PATCH] commented tests git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/is-exporter-se-plugin@177162 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../exporter/ISExporterPluginTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,