summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-02-14 09:19:32 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-02-14 09:19:34 +0000
commitef91917f73cd98a43ac26ee75f53d935abfbd94c (patch)
tree3e62713af73b7146883142c6b7e6d980afee0d17
parent85b2bd41bea45b175b089278be078f69e628fae0 (diff)
downloadlibgit2-ef91917f73cd98a43ac26ee75f53d935abfbd94c.tar.gz
ci: skip ssh tests on macOS nightly
Like 811c1c0f8f80521dccc746a7bff180cd77a783ff, disable the SSH tests on macOS until we can resolve the newly introduced infrastructure issues.
-rw-r--r--azure-pipelines/nightly.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines/nightly.yml b/azure-pipelines/nightly.yml
index 1d34a14df..9f2430e5f 100644
--- a/azure-pipelines/nightly.yml
+++ b/azure-pipelines/nightly.yml
@@ -73,6 +73,7 @@ jobs:
LEAK_CHECK: leaks
CMAKE_OPTIONS: -G Ninja
RUN_INVASIVE_TESTS: true
+ SKIP_SSH_TESTS: true
- job: windows_vs_amd64
displayName: 'Windows (amd64; Visual Studio)'