Skip to content

Commit

Permalink
Disable LayerExportControllerIntegrationTest#shouldNotExportHiddenAtt…
Browse files Browse the repository at this point in the history
…ributesInGeoJSON

as tracked in https://b3partners.atlassian.net/browse/HTM-1198
this may be caused by a behavioural change in GeoServer
  • Loading branch information
mprins authored Sep 2, 2024
1 parent 0670316 commit ddf2f86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ddf2f86

Please sign in to comment.