Skip to content

Commit

Permalink
enable two more ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hailey Johnson committed Jul 12, 2024
1 parent c5f6bfe commit bf0570c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void checkNCSSDates() throws JDOMException, IOException {
}

// PF5_SST_Climatology: :units = "hour since 0000-01-01 00:00:00";
@Ignore("TODO: fix to work with new cfpointwriters")
// @Ignore("TODO: fix to work with new cfpointwriters")
@Test
public void checkNCSSDatesInNetcdf() throws JDOMException, IOException {
String endpoint = TestOnLocalServer.withHttpPath(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ public void getGridAsPointSubsetAllSupportedFormats() throws Exception {
Assert.assertTrue(ct.startsWith(sf.getMimeType()));
}
}

@Ignore("TODO: fix to work with new cfpointwriters")

@Test
public void getGridAsProfileSubsetAllSupportedFormats() throws Exception {
for (SupportedFormat sf : SupportedOperation.GRID_AS_POINT_REQUEST.getSupportedFormats()) {
Expand Down

0 comments on commit bf0570c

Please sign in to comment.