From 97cba287d0090318a240b7634ffc874d7fff7f42 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 30 Apr 2019 16:29:21 -0600 Subject: [PATCH] skip test of module that reads stdin unsafely --- .../tests/racket/benchmarks/shootout/info.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/info.rkt b/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/info.rkt index 37dec1a163..220e1e2832 100644 --- a/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/info.rkt +++ b/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/info.rkt @@ -1,6 +1,7 @@ #lang info -(define test-omit-paths '("spellcheck.rkt")) +(define test-omit-paths '("spellcheck.rkt" + "reversecomplement.rkt")) (define test-command-line-arguments '(("ackermann.rkt" ("10"))