Skip to content

Commit 49063ae

Browse files
committed
set debugging test to ignore
1 parent 88c4486 commit 49063ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

matchup-tool/src/test/java/com/bc/fiduceo/matchup/MatchupToolIntegrationTest_Windsat_sic_cci.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import com.bc.fiduceo.db.DbAndIOTestRunner;
1010
import com.bc.fiduceo.util.NetCDFUtils;
1111
import org.apache.commons.cli.ParseException;
12+
import org.junit.Ignore;
1213
import org.junit.Test;
1314
import org.junit.runner.RunWith;
1415
import ucar.ma2.InvalidRangeException;
@@ -90,6 +91,7 @@ public void testMatchup() throws IOException, SQLException, ParseException, Inva
9091
}
9192

9293
@Test
94+
@Ignore
9395
public void test_oome_crash() throws IOException, SQLException, ParseException {
9496
final UseCaseConfig useCaseConfig = createUseCaseConfigBuilder("ANTXXXI-sic-cci")
9597
.withTimeDeltaSeconds(86400, null)

0 commit comments

Comments
 (0)