From ebbbda4a5610bf45043c9e27b992a87c3a373eca Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 10 May 2019 12:12:26 -0700 Subject: [PATCH] suppress testing for now --- csp/csp/info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/csp/csp/info.rkt b/csp/csp/info.rkt index b9324dc8..a08157b3 100644 --- a/csp/csp/info.rkt +++ b/csp/csp/info.rkt @@ -1,3 +1,4 @@ #lang info (define scribblings '(("scribblings/csp.scrbl" ()))) +(define test-omit-paths 'all) \ No newline at end of file