Disabling sync flaky test on CGC

Due to:
https://github.com/racket/racket/runs/325146638#step:8:33
This commit is contained in:
Paulo Matos 2019-11-29 08:01:07 +01:00 committed by GitHub
parent b62de0e14d
commit b8d2513b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,8 @@
;; ----------------------------------------
;; Alarms
(flaky-test #f sync/timeout 0.1 (alarm-evt (+ (current-inexact-milliseconds) 200)))
(unless (eq? (system-type 'gc) 'cgc)
(flaky-test #f sync/timeout 0.1 (alarm-evt (+ (current-inexact-milliseconds) 200))))
(flaky-test 'ok sync/timeout 0.1
(wrap-evt
(alarm-evt (+ (current-inexact-milliseconds) 50))