Commented non safe test

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-schema-client@176684 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-01-18 14:29:43 +00:00
parent a4a1d44991
commit fa43473705
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class ResourceRegistrySchemaClientTest extends ScopedTest {
public static final String VERSION = "1.0.0"; public static final String VERSION = "1.0.0";
} }
@Test // @Test
public void testCreate() throws Exception { public void testCreate() throws Exception {
ResourceRegistrySchemaClient resourceRegistrySchemaClient = ResourceRegistrySchemaClientFactory.create(); ResourceRegistrySchemaClient resourceRegistrySchemaClient = ResourceRegistrySchemaClientFactory.create();
TypeDefinition td = resourceRegistrySchemaClient.create(AuxFacet.class); TypeDefinition td = resourceRegistrySchemaClient.create(AuxFacet.class);