From 5de7a70fc8a95be5af1f4b4da0e734f2ecadfb4a Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 3 Sep 2019 12:14:35 -0400 Subject: [PATCH] Don't run coverage for now We need https://github.com/greenmail-mail-test/greenmail/issues/284 to be resolved first, because native-tls uses an up-to-date openssl version, which rejects Greenmail's cert --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 92f689d..37fc7e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -70,6 +70,7 @@ stages: jobs: - template: azure/style.yml@templates - stage: coverage + condition: never() # https://github.com/greenmail-mail-test/greenmail/issues/284 displayName: Code coverage dependsOn: test jobs: @@ -89,7 +90,7 @@ resources: endpoint: jonhoo containers: - container: greenmail - image: greenmail/standalone:1.5.9 + image: greenmail/standalone:1.5.10 ports: - 3025:3025 - 3110:3110