diff --git a/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java b/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java index a08b3f0d99..5e7bc51103 100644 --- a/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java +++ b/src/test/java/org/tailormap/api/controller/LayerExportControllerIntegrationTest.java @@ -198,7 +198,7 @@ void shouldExportGeoJSONWithFilterAndSort() throws Exception { @Test @SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert") - @Ignore("https://b3partners.atlassian.net/browse/HTM-1198") + @Disabled("https://b3partners.atlassian.net/browse/HTM-1198") void shouldNotExportHiddenAttributesInGeoJSONWhenRequested() throws Exception { final String url = apiBasePath + begroeidterreindeel; mockMvc