From ddf2f8651d86f4de2cd7b930556cc38bad2353a2 Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:03:33 +0200 Subject: [PATCH] Disable LayerExportControllerIntegrationTest#shouldNotExportHiddenAttributesInGeoJSON as tracked in https://b3partners.atlassian.net/browse/HTM-1198 this may be caused by a behavioural change in GeoServer --- .../api/controller/LayerExportControllerIntegrationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java b/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java index c83223545c..a08b3f0d99 100644 --- a/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java +++ b/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java @@ -12,6 +12,7 @@ import static org.tailormap.api.TestRequestProcessor.setServletPath; import org.hamcrest.Matchers; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.MethodOrderer; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestMethodOrder; @@ -197,6 +198,7 @@ void shouldExportGeoJSONWithFilterAndSort() throws Exception { @Test @SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert") + @Ignore("https://b3partners.atlassian.net/browse/HTM-1198") void shouldNotExportHiddenAttributesInGeoJSONWhenRequested() throws Exception { final String url = apiBasePath + begroeidterreindeel; mockMvc