From 0bead00999881773e4bdb05f000c33f0a9b261c2 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Fri, 17 Oct 2014 18:28:40 +0200 Subject: [PATCH] Disable long time tests. --- core/src/test/java/org/orekit/rugged/api/RuggedTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/test/java/org/orekit/rugged/api/RuggedTest.java b/core/src/test/java/org/orekit/rugged/api/RuggedTest.java index 53a30f65..823c6c7b 100644 --- a/core/src/test/java/org/orekit/rugged/api/RuggedTest.java +++ b/core/src/test/java/org/orekit/rugged/api/RuggedTest.java @@ -39,6 +39,7 @@ import org.apache.commons.math3.ode.nonstiff.DormandPrince853Integrator; import org.apache.commons.math3.stat.descriptive.SummaryStatistics; import org.apache.commons.math3.util.FastMath; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; @@ -275,6 +276,7 @@ public class RuggedTest { // the following test is disabled by default // it is only used to check timings, and also creates a large (66M) temporary file + @Ignore @Test public void testMayonVolcanoTiming() throws RuggedException, OrekitException, URISyntaxException { @@ -922,6 +924,7 @@ public class RuggedTest { // the following test is disabled by default // it is only used to check timings, and also creates a large (38M) temporary file + @Ignore @Test public void testInverseLocalizationTiming() throws RuggedException, OrekitException, URISyntaxException { -- GitLab