Skip to content

Commit a0dbdc2

Browse files
committed
test: do not test against public buckets
1 parent 8104605 commit a0dbdc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/test/java/org/janelia/saalfeldlab/n5/s3/backend/BackendUriPathTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import org.janelia.saalfeldlab.n5.s3.N5AmazonS3Tests;
99
import org.junit.After;
1010
import org.junit.Assume;
11+
import org.junit.Ignore;
1112
import org.junit.Test;
1213
import org.junit.runner.RunWith;
1314
import org.junit.runners.Parameterized;
@@ -91,12 +92,14 @@ public void testS3URIsWithPathStyleAccess() throws URISyntaxException {
9192
}
9293

9394
@Test
95+
@Ignore
9496
public void testEMBLUriPaths() throws URISyntaxException {
9597

9698
testPathAtPublicURI(N5URI.encodeAsUri("https://s3.embl.de/i2k-2020"), path);
9799
}
98100

99101
@Test
102+
@Ignore
100103
public void testEMIUriPaths() throws URISyntaxException {
101104

102105
testPathAtPublicURI(N5URI.encodeAsUri("https://uk1s3.embassy.ebi.ac.uk/idr"), path);

0 commit comments

Comments
 (0)