summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-02-14 00:51:39 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-02-14 00:55:46 +0000
commit811c1c0f8f80521dccc746a7bff180cd77a783ff (patch)
tree0692f4479e842dee7bbb33a4d57c8cbfbf832113
parent44f8213480e5bed853344e2bf0becc6a6cf1df91 (diff)
downloadlibgit2-ethomson/readme_v028.tar.gz
ci: skip ssh tests on macOSethomson/readme_v028
SSH tests on macOS have begun failing for an unknown reason after an infrastructure upgrade to macOS 10.13.6. Disable those tests temporarily, until we can resolve it.
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e4931cc4b..bd14dac8d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -72,6 +72,7 @@ jobs:
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
LEAK_CHECK: leaks
CMAKE_OPTIONS: -G Ninja
+ SKIP_SSH_TESTS: true
- job: windows_vs_amd64
displayName: 'Windows (amd64; Visual Studio)'