diff --git a/collects/tests/drracket/snip/info.rkt b/collects/tests/drracket/snip/info.rkt index 7069c5a52c..65f59c5415 100644 --- a/collects/tests/drracket/snip/info.rkt +++ b/collects/tests/drracket/snip/info.rkt @@ -1,6 +1,5 @@ #lang setup/infotab -(define compile-omit-paths - (list "collapsed.rkt" - "2htdpimage.rkt" - "image.rkt")) +;; compiling the wxme files requires `racket/draw' which fails on build +;; machines without libcairo. So avoid compiling them. +(define compile-omit-paths 'all)