Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
5a615b7c
Commit
5a615b7c
authored
Jul 26, 2024
by
Riegel
Browse files
Adding missed @Ignore Tags by last commit
parent
de010bd6
Pipeline
#10012
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorValidation/src/test/java/de/hft/stuttgart/citydoctor2/checks/geometry/SolidSelfIntCheckTest.java
View file @
5a615b7c
...
...
@@ -28,6 +28,7 @@ import java.util.List;
import
org.apache.logging.log4j.core.util.internal.Status
;
import
org.junit.Assert
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
de.hft.stuttgart.citydoctor2.check.CheckResult
;
...
...
@@ -130,6 +131,7 @@ public class SolidSelfIntCheckTest {
}
@Ignore
(
"Only run this test locally. The big mesh causes the CI/CD-Runner to crash due to running out of RAM"
)
@Test
public
void
testKnownFalsePositiveExample_BigMesh1
()
throws
CityGmlParseException
,
InvalidGmlFileException
{
ValidationConfiguration
config
=
ValidationConfiguration
.
loadStandardValidationConfig
();
...
...
@@ -152,6 +154,7 @@ public class SolidSelfIntCheckTest {
}
@Ignore
(
"Only run this test locally. The big mesh causes the CI/CD-Runner to crash due to running out of RAM"
)
@Test
public
void
testKnownFalsePositiveExample_BigMesh2
()
throws
CityGmlParseException
,
InvalidGmlFileException
{
ValidationConfiguration
config
=
ValidationConfiguration
.
loadStandardValidationConfig
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment