Skip to content
Snippets Groups Projects
Commit 75c19db4 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'ReactivateSomeCoverageTests' into 'master'

[ci] Reactivate disabled tests

Closes #3234

See merge request ogs/ogs!4064
parents 9f1589bd 392e4861
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,6 @@ if(DEFINED ENV{CI})
set(COVERAGE_ADDITIONAL_ARGS SKIP_HTML)
endif()
# ~~~
# TODO: segfault in MeshLibMappedPropertyVector.Double|Int
# TODO: segfault in TestVtkMeshConverter.Conversion
# ~~~
setup_target_for_coverage_fastcov(
NAME
testrunner_coverage
......@@ -42,7 +38,7 @@ setup_target_for_coverage_fastcov(
$<TARGET_FILE:testrunner>
-l
warn
--gtest_filter=-MeshLibMappedPropertyVector.*:GeoLib.SearchNearestPointsInDenseGrid:TestVtkMeshConverter.Conversion
--gtest_filter=-GeoLib.SearchNearestPointsInDenseGrid
DEPENDENCIES
testrunner
FASTCOV_ARGS
......@@ -56,7 +52,6 @@ setup_target_for_coverage_fastcov(
Tests/
)
# TODO: segfault in Vtu2Grid
setup_target_for_coverage_fastcov(
NAME
ctest_coverage
......@@ -64,8 +59,6 @@ setup_target_for_coverage_fastcov(
${PROJECT_BINARY_DIR}
EXECUTABLE
ctest
-E
"Vtu2Grid"
DEPENDENCIES
all
FASTCOV_ARGS
......
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