commented tests

This commit is contained in:
Francesco Mangiacrapa 2023-12-19 17:31:18 +01:00
parent 9c8d803fa8
commit fe8fd981b0
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ public class Geoportal_Export_To_PDF_Tests {
* *
* @return the client * @return the client
*/ */
@Before //@Before
public void getClient() { public void getClient() {
readContextSettings(); readContextSettings();
// assumeTrue(GCubeTest.isTestInfrastructureEnabled()); // assumeTrue(GCubeTest.isTestInfrastructureEnabled());
@ -131,7 +131,7 @@ public class Geoportal_Export_To_PDF_Tests {
/** /**
* Test read project view. * Test read project view.
*/ */
@Test //@Test
public void testExportToPDF() { public void testExportToPDF() {
ScopeProvider.instance.set(CONTEXT); ScopeProvider.instance.set(CONTEXT);