mark a test as unreliable due to timing

Relevant to #2977
This commit is contained in:
Matthew Flatt 2019-12-24 17:18:41 -06:00
parent 3710f45eba
commit bc80116eff

View File

@ -6198,7 +6198,7 @@
;; for
;; (lambda (arg-id ...) (define def-id _rhs) ... (arg-id def-id) ...)
(let ()
(when (run-unreliable-tests? 'timing)
(define (gensym-n n)
(let loop ([i n])
(if (zero? i)