diff --git a/test/test-force.script b/test/test-force.script
index 78dbe50e465d3a263ca3f928393f038b74f0dc70..d2dc5c27837ab816091a2bf1ff2e34d9e0804960 100644
--- a/test/test-force.script
+++ b/test/test-force.script
@@ -70,9 +70,10 @@
 
 (DBG "Check that load-system will reload")
 (load-system 'test-asdf/force1)
-(with-expected-failure (#+(or clasp ecl mkcl) t) ;; Why does that fail on these??? Investigate!
-(assert-equal (get-file-stamp file1) date2)
-(assert-equal test-package::*file1* t))
+(with-expected-failure (#+(or clasp clisp ecl mkcl) t)
+  ;; Why does that fail on these??? Investigate!
+  (assert-equal (get-file-stamp file1) date2)
+  (assert-equal test-package::*file1* t))
 
 ;; forced, it should be later
 (DBG "Check that force reloading loads again")