This commit is contained in:
Fabio Sinibaldi 2023-01-30 17:42:51 +01:00
parent b115c8088b
commit 409df28cc1
2 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,7 @@ public class GCubeTest {
testContext = "/pred4s/preprod/preVRE";
testContext = "/pred4s/preprod/preVRE_ext";
// testContext = "/d4science.research-infrastructures.eu/D4OS/GNA";
// testContext= "/gcube/devsec/devVRE";

View File

@ -98,7 +98,12 @@ public class ProfiledConcessioniTests extends AbstractProfiledDocumentsTests{
}
@Test
public void testGetById() throws Exception {
assumeTrue(GCubeTest.isTestInfrastructureEnabled());
getById("63cffb238f66b84c444dae4f");
System.out.println("Done");
}
@Test