Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Rugged
Commits
0bead009
Commit
0bead009
authored
10 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Disable long time tests.
parent
caecd7a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/src/test/java/org/orekit/rugged/api/RuggedTest.java
+3
-0
3 additions, 0 deletions
core/src/test/java/org/orekit/rugged/api/RuggedTest.java
with
3 additions
and
0 deletions
core/src/test/java/org/orekit/rugged/api/RuggedTest.java
+
3
−
0
View file @
0bead009
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment