summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-26 16:29:14 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-26 16:29:14 -0800
commit49616c1842f3cf2848606b25e204b25610ce928e (patch)
tree8265f81d68e56f3d18ab1b680d492acdaa0f32a9 /tests
parent996798ae3bc8c36346f11e90567d4d69dbf67689 (diff)
downloadsubsurface-49616c1842f3cf2848606b25e204b25610ce928e.tar.gz
GitHub Actions: disabling TestGitStorage again
I thought I had it fixed, but we still see a ridiculous number of random, unexplained failures which distract from what we are trying to do with the GitHub Actions. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fde1210b0..1872ea0b0 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -88,7 +88,7 @@ add_definitions(-g)
add_definitions(-DSUBSURFACE_TEST_DATA="${SUBSURFACE_TEST_DATA}")
# Build QML test runner
-# add_executable demands relative path, therefore ../
+# add_executable demands relative path, therefore ../
add_executable(TestQML testqml.cpp ../subsurface-helper.cpp )
target_link_libraries(
TestQML
@@ -111,7 +111,9 @@ TEST(TestParsePerformance testparseperformance.cpp)
TEST(TestPlan testplan.cpp)
TEST(TestDiveSiteDuplication testdivesiteduplication.cpp)
TEST(TestRenumber testrenumber.cpp)
-TEST(TestGitStorage testgitstorage.cpp)
+# this keeps randomly failing and I don't understand why
+# too many false positives, so disabling this test for now
+# TEST(TestGitStorage testgitstorage.cpp)
TEST(TestPicture testpicture.cpp)
TEST(TestMerge testmerge.cpp)
TEST(TestTagList testtaglist.cpp)
@@ -148,7 +150,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
TestProfile
TestGpsCoords
TestParse
- TestGitStorage
+ # TestGitStorage
TestPlan
TestAirPressure
TestDiveSiteDuplication