commented junit test

This commit is contained in:
Francesco Mangiacrapa 2021-03-02 15:12:33 +01:00
parent 5862cdc016
commit 7fc5fab646
1 changed files with 2 additions and 2 deletions

View File

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