Skip to content
Snippets Groups Projects
Commit e8824cdd authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Disable timing test by default.

parent e9c9acf1
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ import org.apache.commons.math3.stat.descriptive.SummaryStatistics;
import org.apache.commons.math3.util.FastMath;
import org.apache.commons.math3.util.Pair;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
......@@ -180,8 +181,11 @@ public class RuggedTest {
}
// the following test is disabled by default
// it is only used to check timings, and also create a large (366M) temporary file
@Test
public void testMayonVolcano()
@Ignore
public void testMayonVolcanoTiming()
throws RuggedException, OrekitException, URISyntaxException {
long t0 = System.currentTimeMillis();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment