diff --git a/src/community/ogcapi/ogcapi-features/src/test/java/org/geoserver/api/features/CollectionsTest.java b/src/community/ogcapi/ogcapi-features/src/test/java/org/geoserver/api/features/CollectionsTest.java index 3d34ba5a11c..869cd639d9a 100644 --- a/src/community/ogcapi/ogcapi-features/src/test/java/org/geoserver/api/features/CollectionsTest.java +++ b/src/community/ogcapi/ogcapi-features/src/test/java/org/geoserver/api/features/CollectionsTest.java @@ -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; @@ -212,6 +205,7 @@ public void testCollectionsHTMLWithProxyBase() throws Exception { } @Test + @Ignore public void testCollectionsHTMLWithProxyBaseHeader() throws Exception { GeoServer gs = getGeoServer(); GeoServerInfo info = gs.getGlobal(); diff --git a/src/community/ogcapi/ogcapi-images/src/test/java/org/geoserver/api/images/ImageTest.java b/src/community/ogcapi/ogcapi-images/src/test/java/org/geoserver/api/images/ImageTest.java index c1d9fe8224c..4f55fe64211 100644 --- a/src/community/ogcapi/ogcapi-images/src/test/java/org/geoserver/api/images/ImageTest.java +++ b/src/community/ogcapi/ogcapi-images/src/test/java/org/geoserver/api/images/ImageTest.java @@ -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 = diff --git a/src/community/ogcapi/ogcapi-tiles/src/test/java/org/geoserver/api/tiles/GetTileTest.java b/src/community/ogcapi/ogcapi-tiles/src/test/java/org/geoserver/api/tiles/GetTileTest.java index 32f9f1a3568..595c63a58af 100644 --- a/src/community/ogcapi/ogcapi-tiles/src/test/java/org/geoserver/api/tiles/GetTileTest.java +++ b/src/community/ogcapi/ogcapi-tiles/src/test/java/org/geoserver/api/tiles/GetTileTest.java @@ -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; @@ -169,6 +170,7 @@ public void testMapxboNotEnabled() throws Exception { } @Test + @Ignore public void testMapboxTile() throws Exception { String layerId = getLayerId(MockData.ROAD_SEGMENTS); MockHttpServletResponse sr =