From d3787775f126ff1e21994d3c1fc293d50a46253c Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 22 Jun 2017 13:33:03 -0400 Subject: [PATCH] Disable pkg tests on Travis. They take approximately 20 minutes, which causes regular timeouts. Disabling them will make our testing much more predicatable, and the number of issues found is very small. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3435059a97..661e4149be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,6 @@ before_script: script: - make CPUS="2" PKGS="racket-test db-test unstable-flonum-lib net-test" CONFIGURE_ARGS_qq="$RACKET_CONFIGURE_ARGS" - raco test -l tests/racket/test -- racket -l tests/pkg/test -- -q - racket -l tests/racket/contract/all - raco test -l tests/json/json - raco test -l tests/file/main