Skip to content

Commit

Permalink
Disable AzureBlobStoreTest until fix is applied upstream
Browse files Browse the repository at this point in the history
Disable until the fix in
GeoWebCache/geowebcache#1298 is merged onto gwc
1.26-SNAPSHOT
  • Loading branch information
groldan committed Aug 7, 2024
1 parent 7be0c11 commit 159e469
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.geowebcache.storage.TileObject;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.context.support.StaticApplicationContext;
import org.testcontainers.junit.jupiter.Container;
Expand All @@ -35,6 +36,7 @@
* @see AzuriteContainer
*/
@Testcontainers
@Disabled("disabled until https://github.com/GeoWebCache/geowebcache/pull/1298 is merged")
class AzureBlobStoreTest {

@Container static AzuriteContainer azurite = new AzuriteContainer();
Expand Down

0 comments on commit 159e469

Please sign in to comment.