Generally skip expensive tests in networks.

This commit is contained in:
Sergiu Ivanov 2022-08-30 17:41:56 +02:00
parent 8c89bf810a
commit bba44c2887
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
(module+ test
(require typed/rackunit)
(define skip-expensive-tests? #f)
(define skip-expensive-tests? #t)
(unless skip-expensive-tests?
(displayln "Running the complete test suite...")))