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

De-activated long-running tests.

parent d3498f6a
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ public class RuggedTest { ...@@ -94,6 +94,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 {
...@@ -559,6 +560,7 @@ public class RuggedTest { ...@@ -559,6 +560,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 testInverseLocationTiming() public void testInverseLocationTiming()
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