From 63f2208bb70bc0d545282b233d1e58308c7671f5 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 30 Sep 2021 18:40:37 -0700 Subject: [PATCH] Skip failing tests on OS X 10.11. --- test/integration/targets/archive/aliases | 1 + test/integration/targets/iso_extract/aliases | 1 + 2 files changed, 2 insertions(+) diff --git a/test/integration/targets/archive/aliases b/test/integration/targets/archive/aliases index 961b20518e2..f8c96df3989 100644 --- a/test/integration/targets/archive/aliases +++ b/test/integration/targets/archive/aliases @@ -1,3 +1,4 @@ needs/root shippable/posix/group2 destructive +skip/osx # brew no longer works due to SSL certificate issues, see: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/ diff --git a/test/integration/targets/iso_extract/aliases b/test/integration/targets/iso_extract/aliases index 6eae8bd8ddc..ee42344448d 100644 --- a/test/integration/targets/iso_extract/aliases +++ b/test/integration/targets/iso_extract/aliases @@ -1,2 +1,3 @@ shippable/posix/group1 destructive +skip/osx # brew no longer works due to SSL certificate issues, see: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/