Skip to content

Commit

Permalink
Unignore zarr s3 test and add trailing delimiter to path (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski authored Jan 17, 2024
1 parent e779b59 commit 0393dfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tds/src/integrationTests/java/thredds/tds/TestZarr.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

import java.nio.charset.StandardCharsets;
import javax.servlet.http.HttpServletResponse;
import org.junit.Ignore;
import org.junit.Test;
import thredds.test.util.TestOnLocalServer;

public class TestZarr {
final private static String ZARR_DIR_PATH = "localContent/zarr/zarr_test_data.zarr";
final private static String ZARR_ZIP_PATH = "localContent/zarr/zarr_test_data.zip";
final private static String ZARR_S3_PATH = "s3-zarr/zarr_test_data.zarr";
final private static String ZARR_S3_PATH = "s3-zarr/zarr_test_data.zarr/";

@Test
public void shouldOpenZarrDirectory() {
Expand All @@ -23,7 +22,6 @@ public void shouldOpenZarrZip() {
checkWithOpendap(ZARR_ZIP_PATH);
}

@Ignore("Still working on S3 Zarr")
@Test
public void shouldOpenObjectStoreZarrFile() {
checkWithOpendap(ZARR_S3_PATH);
Expand Down

0 comments on commit 0393dfe

Please sign in to comment.