We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8104605 commit a0dbdc2Copy full SHA for a0dbdc2
1 file changed
src/test/java/org/janelia/saalfeldlab/n5/s3/backend/BackendUriPathTests.java
@@ -8,6 +8,7 @@
8
import org.janelia.saalfeldlab.n5.s3.N5AmazonS3Tests;
9
import org.junit.After;
10
import org.junit.Assume;
11
+import org.junit.Ignore;
12
import org.junit.Test;
13
import org.junit.runner.RunWith;
14
import org.junit.runners.Parameterized;
@@ -91,12 +92,14 @@ public void testS3URIsWithPathStyleAccess() throws URISyntaxException {
91
92
}
93
94
@Test
95
+ @Ignore
96
public void testEMBLUriPaths() throws URISyntaxException {
97
98
testPathAtPublicURI(N5URI.encodeAsUri("https://s3.embl.de/i2k-2020"), path);
99
100
101
102
103
public void testEMIUriPaths() throws URISyntaxException {
104
105
testPathAtPublicURI(N5URI.encodeAsUri("https://uk1s3.embassy.ebi.ac.uk/idr"), path);
0 commit comments