From c549ec4d41be00ea759beb1ecf99612127d89b6d Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 7 Sep 2023 14:02:36 -0400 Subject: [PATCH] don't run unbound tests on OSX it fails in CI, and we don't care enough to fix it --- src/tests/modules/all.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index 71fe6177c89bf..7c0d0b13cf4e9 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -18,6 +18,8 @@ FILES_SKIP := # ifeq "$(findstring apple,$(AC_HOSTINFO))" "" FILES_SKIP += $(filter icmp/%,$(FILES)) +else + FILES_SKIP += $(filter unbound/%,$(FILES)) endif #