Skip to content

Commit 577ac71

Browse files
committed
Disable all window S3Blobstore tests
1 parent e4ba074 commit 577ac71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geowebcache/s3storage/src/test/java/org/geowebcache/s3/AbstractS3BlobStoreIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ public abstract class AbstractS3BlobStoreIntegrationTest {
9090

9191
@Before
9292
public void before() throws Exception {
93+
Assume.assumeFalse("Test skipped on Windows", SystemUtils.IS_OS_WINDOWS);
94+
9395
Awaitility.setDefaultPollInterval(10, TimeUnit.MILLISECONDS);
9496
Awaitility.setDefaultPollDelay(Duration.ZERO);
9597
Awaitility.setDefaultTimeout(Duration.ofSeconds(30L));
@@ -349,7 +351,6 @@ public void testTruncateShortCutsIfNoTilesInGridsetPrefix() throws StorageExcept
349351
/** Seed levels 0 to 2, truncate levels 0 and 1, check level 2 didn't get deleted */
350352
@Test
351353
public void testTruncateRespectsLevels() throws StorageException, MimeException {
352-
Assume.assumeFalse("Test skipped on Windows", SystemUtils.IS_OS_WINDOWS);
353354
final int zoomStart = 0;
354355
final int zoomStop = 2;
355356

0 commit comments

Comments
 (0)