From 7fc5fab6469f6946256f0fca7fbc7d35d8f37f2e Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 2 Mar 2021 15:12:33 +0100 Subject: [PATCH] commented junit test --- .../datacatalogue/utillibrary/test/TestDataCatalogueLib.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java b/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java index 998c5e5..efccd73 100644 --- a/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java +++ b/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java @@ -51,7 +51,7 @@ public class TestDataCatalogueLib { * * @throws Exception the exception */ - @Before + //@Before public void before() throws Exception{ factory = DataCatalogueFactory.getFactory(); } @@ -309,7 +309,7 @@ public class TestDataCatalogueLib { LOG.info("Created the group: "+ckanGroup); } - @Test + //@Test public void addResource() throws Exception { ScopeProvider.instance.set(scope);