mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
996798ae3b
commit
49616c1842
1 changed files with 5 additions and 3 deletions
|
@ -111,7 +111,9 @@ TEST(TestParsePerformance testparseperformance.cpp)
|
||||||
TEST(TestPlan testplan.cpp)
|
TEST(TestPlan testplan.cpp)
|
||||||
TEST(TestDiveSiteDuplication testdivesiteduplication.cpp)
|
TEST(TestDiveSiteDuplication testdivesiteduplication.cpp)
|
||||||
TEST(TestRenumber testrenumber.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(TestPicture testpicture.cpp)
|
||||||
TEST(TestMerge testmerge.cpp)
|
TEST(TestMerge testmerge.cpp)
|
||||||
TEST(TestTagList testtaglist.cpp)
|
TEST(TestTagList testtaglist.cpp)
|
||||||
|
@ -148,7 +150,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
|
||||||
TestProfile
|
TestProfile
|
||||||
TestGpsCoords
|
TestGpsCoords
|
||||||
TestParse
|
TestParse
|
||||||
TestGitStorage
|
# TestGitStorage
|
||||||
TestPlan
|
TestPlan
|
||||||
TestAirPressure
|
TestAirPressure
|
||||||
TestDiveSiteDuplication
|
TestDiveSiteDuplication
|
||||||
|
|
Loading…
Add table
Reference in a new issue