diff --git a/ansi-tests/loop11.lsp b/ansi-tests/loop11.lsp
index a1b3b81fca45d4ed12134cd716c22f4a7c67c867..cd71b8bd12b4f081532874c329d5a567b00414e9 100644
--- a/ansi-tests/loop11.lsp
+++ b/ansi-tests/loop11.lsp
@@ -49,9 +49,9 @@
     z)
   1)
 
-(deftest loop.11.8
-  (loop repeat 3 for i in '(a b c d e) collect i)
-  (a b c))
+;;; (deftest loop.11.8
+;;;  (loop repeat 3 for i in '(a b c d e) collect i)
+;;;  (a b c))
 
 ;;; Enough implementors have complained about this test that
 ;;; I'm removing it.  The standard is self-contradictory