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

Disable long time tests.

parent caecd7a4
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ import org.apache.commons.math3.ode.nonstiff.DormandPrince853Integrator; ...@@ -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.stat.descriptive.SummaryStatistics;
import org.apache.commons.math3.util.FastMath; import org.apache.commons.math3.util.FastMath;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.rules.TemporaryFolder; import org.junit.rules.TemporaryFolder;
...@@ -275,6 +276,7 @@ public class RuggedTest { ...@@ -275,6 +276,7 @@ public class RuggedTest {
// the following test is disabled by default // the following test is disabled by default
// it is only used to check timings, and also creates a large (66M) temporary file // it is only used to check timings, and also creates a large (66M) temporary file
@Ignore
@Test @Test
public void testMayonVolcanoTiming() public void testMayonVolcanoTiming()
throws RuggedException, OrekitException, URISyntaxException { throws RuggedException, OrekitException, URISyntaxException {
...@@ -922,6 +924,7 @@ public class RuggedTest { ...@@ -922,6 +924,7 @@ public class RuggedTest {
// the following test is disabled by default // the following test is disabled by default
// it is only used to check timings, and also creates a large (38M) temporary file // it is only used to check timings, and also creates a large (38M) temporary file
@Ignore
@Test @Test
public void testInverseLocalizationTiming() public void testInverseLocalizationTiming()
throws RuggedException, OrekitException, URISyntaxException { throws RuggedException, OrekitException, URISyntaxException {
......
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