Skip to content

Commit 6ce692c

Browse files
committed
reduce redundant slow tests
1 parent 330dc99 commit 6ce692c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/dev/zarr/zarrjava/ZarrV3Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public void testReadme2() throws IOException, ZarrException {
411411
}
412412

413413
@ParameterizedTest
414-
@ValueSource(strings = {"1", "2-2-1", "4-4-1", "16-16-4"})
414+
@ValueSource(strings = {"1", "16-16-4"})
415415
public void testReadL4Sample(String mag) throws IOException, ZarrException {
416416
StoreHandle httpStoreHandle = new HttpStore("https://static.webknossos.org/data/zarr_v3/").resolve("l4_sample", "color", mag);
417417
StoreHandle localStoreHandle = new FilesystemStore(TESTDATA).resolve("l4_sample", "color", mag);

0 commit comments

Comments
 (0)