From 57f0733b616d0ba07f287b7a9c77db63576717f9 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Thu, 2 May 2024 21:43:11 +0300 Subject: [PATCH] bug-981106 keeps failing on freebsd --- tests/bug-981106.impure.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/bug-981106.impure.lisp b/tests/bug-981106.impure.lisp index 5b01fc147..f8b99af74 100644 --- a/tests/bug-981106.impure.lisp +++ b/tests/bug-981106.impure.lisp @@ -1,4 +1,5 @@ -(with-test (:name :bug-981106) +(with-test (:name :bug-981106 + :broken :freebsd) (gc :full t) (assert (eq :ok (handler-case -- 2.11.4.GIT