Skip to content

Commit e4ba074

Browse files
committed
Removed global windows test skip in AbstractS3BlobStoreIntegrationTest
1 parent 5c678ad commit e4ba074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

9191
@Before
9292
public void before() throws Exception {
93-
Assume.assumeFalse("Test skipped on Windows", SystemUtils.IS_OS_WINDOWS);
9493
Awaitility.setDefaultPollInterval(10, TimeUnit.MILLISECONDS);
9594
Awaitility.setDefaultPollDelay(Duration.ZERO);
9695
Awaitility.setDefaultTimeout(Duration.ofSeconds(30L));

0 commit comments

Comments
 (0)