Skip to content

Commit

Permalink
ogapi - @Ignoring tests
Browse files Browse the repository at this point in the history
As advised by @groldan, these are community modules and they are not
guaranteed to pass the tests (they seem to do in 2.20.4 though).
  • Loading branch information
pmauduit committed May 2, 2022
1 parent d0872d7 commit 1d32982
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@
*/
package org.geoserver.api.features;

import static org.hamcrest.Matchers.contains;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.hasItems;
import static org.hamcrest.Matchers.lessThanOrEqualTo;
import static org.hamcrest.Matchers.not;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;

import com.jayway.jsonpath.DocumentContext;
import java.util.Arrays;
Expand Down Expand Up @@ -212,6 +205,7 @@ public void testCollectionsHTMLWithProxyBase() throws Exception {
}

@Test
@Ignore
public void testCollectionsHTMLWithProxyBaseHeader() throws Exception {
GeoServer gs = getGeoServer();
GeoServerInfo info = gs.getGlobal();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
import org.geoserver.ows.util.ResponseUtils;
import org.geoserver.platform.resource.Resource;
import org.hamcrest.Matchers;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.mock.web.MockHttpServletResponse;

public class ImageTest extends ImagesTestSupport {

@Test
@Ignore
public void testWaterTempImages() throws Exception {
String waterTemp = getLayerId(WATER_TEMP);
DocumentContext json =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.hamcrest.CoreMatchers;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.http.HttpStatus;
import org.springframework.mock.web.MockHttpServletRequest;
Expand Down Expand Up @@ -169,6 +170,7 @@ public void testMapxboNotEnabled() throws Exception {
}

@Test
@Ignore
public void testMapboxTile() throws Exception {
String layerId = getLayerId(MockData.ROAD_SEGMENTS);
MockHttpServletResponse sr =
Expand Down

0 comments on commit 1d32982

Please sign in to comment.