You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
298 B
Racket
9 lines
298 B
Racket
4 years ago
|
#lang info
|
||
|
|
||
|
;; for unknown reason "indent.rkt"
|
||
|
;; started causing CI failures
|
||
|
;; consistently on 6.7, 7.7CS, 7.8CS, 7.9CS
|
||
|
;; I assume it has something to do with the fact that
|
||
|
;; it imports `framework` and `racket/gui`,
|
||
|
;; OTOH why does it fail in these?
|
||
|
(define test-omit-paths '("indent.rkt"))
|