From 5c381a8935bf35215961f81f98040908b0331c29 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 2 Oct 2022 17:29:36 +0200 Subject: [PATCH] Disable failing macOS 10.15 tests. --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f2be5094df..0b1c5db42c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -262,8 +262,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 groups: - 1 - 2