Update tests for threaded windows builds
[sbcl.git] / tests / clos-interrupts.impure.lisp
index e3a100e..8d7ec67 100644 (file)
@@ -77,7 +77,8 @@
 (defmethod compute-test ((x symbol) (y symbol))
   'symbol)
 
-(test-util:with-test (:name :compute-test :fails-on :win32)
+(test-util:with-test (:name :compute-test
+                            :fails-on (and :win32 (not :sb-thread)))
   (compute-test 1 2)
 
   ;; Check that we actually interrupted something.