Skip to content

Commit 33f76fc

Browse files
committed
Ignore failing test on Jenkins
The test currently failing on Jenkins relies on a TDS with the cdmrFeature service running, which was removed in TDS 5 and never in an official stable release of the TDS.
1 parent 9cdc89f commit 33f76fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cdm-test/src/test/java/ucar/nc2/ft/coverage/TestRemoteCoverage.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import org.junit.Assert;
88
import org.junit.Test;
9+
import org.junit.Ignore;
910
import org.junit.experimental.categories.Category;
1011
import org.slf4j.Logger;
1112
import org.slf4j.LoggerFactory;
@@ -27,6 +28,7 @@ public class TestRemoteCoverage {
2728
private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
2829

2930
@Test
31+
@Ignore("Depends on cdmrFeature service being available, which was removed in TDS 5 and never in an official stable release.")
3032
@Category(NeedsExternalResource.class)
3133
public void testCdmRemoteCoverage() throws Exception {
3234
String ds = "https://thredds-test.unidata.ucar.edu/thredds/catalog/grib/NCEP/GFS/Global_0p25deg_ana/latest.xml";

0 commit comments

Comments
 (0)