summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pettersson <boretrk@hotmail.com>2022-07-14 18:28:58 +0200
committerPeter Pettersson <boretrk@hotmail.com>2022-07-15 12:24:18 +0200
commit12d73c418253a5c396465079c2808e07de17a1db (patch)
tree4463b92a63e0da42568f86ae85db8afd989033a4
parentac0f2245510f6c75db1b1e7af7ca01c15dec26bc (diff)
downloadlibgit2-12d73c418253a5c396465079c2808e07de17a1db.tar.gz
clar: remove ftrunacte from libgit2 tests
-rw-r--r--tests/libgit2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libgit2/CMakeLists.txt b/tests/libgit2/CMakeLists.txt
index 27f421ad6..7f6fafe77 100644
--- a/tests/libgit2/CMakeLists.txt
+++ b/tests/libgit2/CMakeLists.txt
@@ -65,7 +65,7 @@ endif()
include(AddClarTest)
add_clar_test(libgit2_tests offline -v -xonline)
-add_clar_test(libgit2_tests invasive -v -score::ftruncate -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
+add_clar_test(libgit2_tests invasive -v -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
add_clar_test(libgit2_tests online -v -sonline -xonline::customcert)
add_clar_test(libgit2_tests online_customcert -v -sonline::customcert)
add_clar_test(libgit2_tests gitdaemon -v -sonline::push)