From 5a5ce63459a20a66cbc528bcc2295282fee331a6 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sun, 30 Aug 2026 05:21:29 +0300 Subject: [PATCH] Disable a test [skip ci] --- tests/backtrace.impure.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/backtrace.impure.lisp b/tests/backtrace.impure.lisp index b44c14773..4262ed7d2 100644 --- a/tests/backtrace.impure.lisp +++ b/tests/backtrace.impure.lisp @@ -211,7 +211,8 @@ (list `(flet test :in ,*p*) #'not-optimized))))) (with-test (:name (:backtrace :interrupted-condition-wait) - :skipped-on (not :sb-thread)) + :skipped-on (not :sb-thread) + :broken-on (and :darwin :x86-64)) (let ((m (sb-thread:make-mutex)) (q (sb-thread:make-waitqueue))) (assert-backtrace