From 4e43b124cd92b3138e69d4fdfd253a087244b6aa Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:32:00 +0100 Subject: [PATCH] [PR #9828/77dc0868 backport][stable-10] homebrew_services: skip tests on macOS 13.2 and 14.3 (#9830) homebrew_services: skip tests on macOS 13.2 and 14.3 (#9828) Skip tests on macOS 13.2 and 14.3. (cherry picked from commit 77dc086896869b64afc6d419a361fad7d264fa07) Co-authored-by: Felix Fontein --- tests/integration/targets/homebrew_services/aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/targets/homebrew_services/aliases b/tests/integration/targets/homebrew_services/aliases index bd478505d9..f2ce161af8 100644 --- a/tests/integration/targets/homebrew_services/aliases +++ b/tests/integration/targets/homebrew_services/aliases @@ -7,3 +7,5 @@ skip/aix skip/freebsd skip/rhel skip/docker +skip/macos14.3 +skip/macos13.2