Commit ef91917f73cd98a43ac26ee75f53d935abfbd94c

Edward Thomson 2019-02-14T09:19:32

ci: skip ssh tests on macOS nightly Like 811c1c0f8f80521dccc746a7bff180cd77a783ff, disable the SSH tests on macOS until we can resolve the newly introduced infrastructure issues.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/azure-pipelines/nightly.yml b/azure-pipelines/nightly.yml
index 1d34a14..9f2430e 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)'