1.0.27.30: minor octets.lisp cleanup
[sbcl.git] / tests / threads.impure.lisp
index aeb807e..11b39cf 100644 (file)
 |     (mp:make-process #'roomy)))
 |#
 
+;;; KLUDGE: No deadlines while waiting on lutex-based condition variables. This test
+;;; would just hang.
+#-sb-lutex
 (with-test (:name (:condition-variable :wait-multiple))
   (loop repeat 40 do
         (let ((waitqueue (sb-thread:make-waitqueue :name "Q"))