Skip to content

Commit 181a6c9

Browse files
Remove experimental Heisentest hack code
1 parent 3c90efb commit 181a6c9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

racket/scribble.rkt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,6 @@
254254
what)])))))
255255

256256
(module+ test
257-
;; Experimental hack to debug test failures happening only on CI and
258-
;; only for Racket 6.12 (not stable or snapshot versions), where
259-
;; xref-index seems to return an empty list.
260-
(when (getenv "CI")
261-
(let loop ()
262-
(when (null? (xref-index (load-collections-xref)))
263-
(displayln "Waiting 5 seconds for xref-index...")
264-
(sleep 5)
265-
(loop))))
266257
(define older?
267258
(not (safe-dynamic-require 'scribble/manual-struct 'index-desc?)))
268259
(define (check-lookup term kind libs fams)

0 commit comments

Comments
 (0)