Generally skip expensive tests in networks.
This commit is contained in:
parent
8c89bf810a
commit
bba44c2887
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
(module+ test
|
(module+ test
|
||||||
(require typed/rackunit)
|
(require typed/rackunit)
|
||||||
(define skip-expensive-tests? #f)
|
(define skip-expensive-tests? #t)
|
||||||
(unless skip-expensive-tests?
|
(unless skip-expensive-tests?
|
||||||
(displayln "Running the complete test suite...")))
|
(displayln "Running the complete test suite...")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue