Skip to content

Commit 6a13cf1

Browse files
authored
Merge pull request libgit2#4256 from libgit2/ethomson/unc_tests
(Temporarily) disable UNC tests
2 parents 40139fe + f218508 commit 6a13cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,9 @@ IF (BUILD_CLAR)
706706

707707
ENABLE_TESTING()
708708
IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND)
709-
ADD_TEST(libgit2_clar libgit2_clar -ionline)
709+
ADD_TEST(libgit2_clar libgit2_clar -ionline -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
710710
ELSE ()
711-
ADD_TEST(libgit2_clar libgit2_clar -v)
711+
ADD_TEST(libgit2_clar libgit2_clar -v -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
712712
ENDIF ()
713713

714714
# Add a test target which runs the cred callback tests, to be

0 commit comments

Comments
 (0)