1.0.41.30: ppc: Add thread-local symbol-value accessor macros.
[sbcl.git] / tests / timer.impure.lisp
index c478eb3..df6c7ec 100644 (file)
 ;;; before they ran) and dying threads were open interrupts.
 #+sb-thread
 (with-test (:name (:timer :parallel-unschedule))
+  #+darwin
+  (error "Prone to hang on Darwin due to interrupt issues.")
   (let ((timer (sb-ext:make-timer (lambda () 42) :name "parallel schedulers"))
         (other nil))
     (flet ((flop ()