Disabling sync flaky test on CGC
Due to: https://github.com/racket/racket/runs/325146638#step:8:33
This commit is contained in:
parent
b62de0e14d
commit
b8d2513b6d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user