Skip to content

Commit 3cbb23f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public abstract class AbstractS3BlobStoreIntegrationTest {
9191
@Before
9292
public void before() throws Exception {
9393
Assume.assumeFalse("Test skipped on Windows", SystemUtils.IS_OS_WINDOWS);
94+
Assume.assumeFalse("Test skipped on Mac osx", SystemUtils.IS_OS_MAC_OSX);
9495

9596
Awaitility.setDefaultPollInterval(10, TimeUnit.MILLISECONDS);
9697
Awaitility.setDefaultPollDelay(Duration.ZERO);
@@ -351,6 +352,7 @@ public void testTruncateShortCutsIfNoTilesInGridsetPrefix() throws StorageExcept
351352
/** Seed levels 0 to 2, truncate levels 0 and 1, check level 2 didn't get deleted */
352353
@Test
353354
public void testTruncateRespectsLevels() throws StorageException, MimeException {
355+
Assume.assumeFalse("Test skipped on Windows", SystemUtils.IS_OS_WINDOWS);
354356
final int zoomStart = 0;
355357
final int zoomStop = 2;
356358

0 commit comments

Comments
 (0)