summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-06-07 10:54:48 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2017-06-07 10:54:48 +0100
commitf218508f4a12b443e00d8d4c3b8a988033cf1872 (patch)
tree144eeef1d940dc37f3c5f5b54de18de2a02f669a
parent40139fe6e62e487e6ccae26df6f9b1ddc9b30b36 (diff)
downloadlibgit2-ethomson/unc_tests.tar.gz
ctest: temporarily disable UNC path testsethomson/unc_tests
(Temporarily) disable UNC path tests to work around AppVeyor issues.
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca52db79c..3fb8ae2ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -706,9 +706,9 @@ IF (BUILD_CLAR)
ENABLE_TESTING()
IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND)
- ADD_TEST(libgit2_clar libgit2_clar -ionline)
+ ADD_TEST(libgit2_clar libgit2_clar -ionline -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
ELSE ()
- ADD_TEST(libgit2_clar libgit2_clar -v)
+ ADD_TEST(libgit2_clar libgit2_clar -v -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
ENDIF ()
# Add a test target which runs the cred callback tests, to be