From 77dc086896869b64afc6d419a361fad7d264fa07 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 3 Mar 2025 21:22:31 +0100 Subject: [PATCH] homebrew_services: skip tests on macOS 13.2 and 14.3 (#9828) Skip tests on macOS 13.2 and 14.3. --- 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