From edefea7b61fb0d0c56bffa2b08df2cce3ecdc3ba Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 12 Oct 2019 16:27:14 -0600 Subject: [PATCH] skip some benchmarks as tests These benchmarks are not interesting as tests, and some don't complete within the default timeout. Don't bother running them. --- .../tests/racket/benchmarks/control/info.rkt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pkgs/racket-benchmarks/tests/racket/benchmarks/control/info.rkt diff --git a/pkgs/racket-benchmarks/tests/racket/benchmarks/control/info.rkt b/pkgs/racket-benchmarks/tests/racket/benchmarks/control/info.rkt new file mode 100644 index 0000000000..b64185dab5 --- /dev/null +++ b/pkgs/racket-benchmarks/tests/racket/benchmarks/control/info.rkt @@ -0,0 +1,4 @@ +#lang info + +(define test-omit-paths 'all) +