Skip to content

Commit

Permalink
Merge branch 'main' into fix-s3-ncml-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson authored Jan 10, 2024
2 parents 4e7044c + a6d8f77 commit b834355
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
package thredds.server.ncss.view.dsg;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down Expand Up @@ -39,6 +40,7 @@
* Created by cwardgar on 2014/05/27.
*/
@RunWith(Parameterized.class)
@Ignore("TODO: fix to work with new cfpointwriters")
public class DsgSubsetWriterTest {
private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
@Rule
Expand Down

0 comments on commit b834355

Please sign in to comment.