Skip to content

Commit

Permalink
don't run unbound tests on OSX
Browse files Browse the repository at this point in the history
it fails in CI, and we don't care enough to fix it
  • Loading branch information
alandekok committed Sep 7, 2023
1 parent b555c65 commit c549ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/modules/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ FILES_SKIP :=
#
ifeq "$(findstring apple,$(AC_HOSTINFO))" ""
FILES_SKIP += $(filter icmp/%,$(FILES))
else
FILES_SKIP += $(filter unbound/%,$(FILES))
endif

#
Expand Down

0 comments on commit c549ec4

Please sign in to comment.