diff --git a/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java b/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java index c83223545..4a9693509 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; @@ -217,6 +218,7 @@ void shouldNotExportHiddenAttributesInGeoJSONWhenRequested() throws Exception { @Test @SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert") + @Disabled("https://b3partners.atlassian.net/browse/HTM-1198") void shouldNotExportHiddenAttributesInGeoJSON() throws Exception { final String url = apiBasePath + begroeidterreindeel; mockMvc