Skip to content

Commit

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

* Disable LayerExportControllerIntegrationTest#shouldNotExportHiddenAttributesInGeoJSON

as tracked in https://b3partners.atlassian.net/browse/HTM-1198
this may be caused by a behavioural change in GeoServer

* Update LayerExportControllerIntegrationTest.java

* Update LayerExportControllerIntegrationTest.java
  • Loading branch information
mprins authored Sep 2, 2024
1 parent 500c620 commit 6fa9ab0
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 @@ -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
Expand Down

0 comments on commit 6fa9ab0

Please sign in to comment.