master: Skip an unreliable test

stassats via Sbcl-commits <[email protected]> Thu, 09 Jul 2026 02:37:35 +0000
Newsgroups gmane.lisp.steel-bank.cvs
Message-ID <[email protected]>
The branch "master" has been updated in SBCL:
       via  117122e16d4404727e2e6e764faf83cb51d0d3c9 (commit)
      from  6ae12b7cd82aa1cd9718c5abd5d3580ed1c15cda (commit)

- Log -----------------------------------------------------------------
commit 117122e16d4404727e2e6e764faf83cb51d0d3c9
Author: Stas Boukarev <[email protected]>
Date:   Thu Jul 9 05:36:52 2026 +0300

    Skip an unreliable test
---
 tests/bug-936304.impure.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/bug-936304.impure.lisp b/tests/bug-936304.impure.lisp
index c903fd823..63de7d4ba 100644
--- a/tests/bug-936304.impure.lisp
+++ b/tests/bug-936304.impure.lisp
@@ -15,7 +15,8 @@
     (elt x 0)))
 
 (with-test (:name :bug-936304
-                  :skipped-on :gc-stress)
+            :skipped-on :gc-stress
+            :broken-on :sbcl)
   (gc :full t)
   (assert (eq :ok (handler-case
                        (progn

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL