We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247474f commit 9b546b2Copy full SHA for 9b546b2
tests/libgit2/CMakeLists.txt
@@ -66,7 +66,7 @@ endif()
66
include(AddClarTest)
67
add_clar_test(libgit2_tests offline -v -xonline)
68
add_clar_test(libgit2_tests invasive -v -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
69
-add_clar_test(libgit2_tests online -v -sonline -xonline::customcert -xonline::clone::ssh_auth_methods)
+add_clar_test(libgit2_tests online -v -sonline -xonline::customcert)
70
add_clar_test(libgit2_tests online_customcert -v -sonline::customcert)
71
add_clar_test(libgit2_tests gitdaemon -v -sonline::push)
72
add_clar_test(libgit2_tests gitdaemon_namespace -v -sonline::clone::namespace)
0 commit comments