From 2bb6d7f49df290f3bf5f97255399dee21b315f58 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:36:44 +0200 Subject: [PATCH] Disable broken CI platforms. (#469) (#470) (cherry picked from commit f7bc3aa77cff90775c7420bdd8a52a0cfab5aeca) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e969a834..45b13ad2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -219,8 +219,8 @@ stages: parameters: testFormat: 2.12/{0}/1 targets: - - name: macOS 11.1 - test: macos/11.1 + # - name: macOS 11.1 + # test: macos/11.1 - name: RHEL 8.4 test: rhel/8.4 - name: FreeBSD 13.0 @@ -249,8 +249,8 @@ stages: targets: - name: OS X 10.11 test: osx/10.11 - - name: macOS 10.15 - test: macos/10.15 + # - name: macOS 10.15 + # test: macos/10.15 - stage: Remote_2_9 displayName: Remote 2.9 dependsOn: []