Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/issues.lisp
    ... ... @@ -397,11 +397,11 @@
    397 397
           (sleep 5)
    
    398 398
           (assert-eql :exited (ext:process-status p)))))
    
    399 399
     
    
    400
    -;; For some reason this used to work linux CI but not doesn't.  But
    
    401
    -;; this test passes on my Fedora and debian systems.  See issue #64.
    
    402
    -;; So until we figure this out, disable this test when we're running a
    
    403
    -;; pipeline with linux, but otherwise enable it.  The pipeline defines
    
    404
    -;; the envvar GITLAB_CI so check for that.
    
    400
    +;; For some reason this used to work with linux CI but now doesn't.
    
    401
    +;; But this test passes on my Fedora and debian systems.  See issue
    
    402
    +;; #64.  So until we figure this out, disable this test when we're
    
    403
    +;; running a pipeline with linux, but otherwise enable it.  The
    
    404
    +;; pipeline defines the envvar GITLAB_CI so check for that.
    
    405 405
     ;;
    
    406 406
     ;; It would be better if lisp-unit had a way of marking tests as known
    
    407 407
     ;; failures, but it doesn't.