untyped: omit a test that the package server does not like

This commit is contained in:
Sam Caldwell 2022-03-07 15:03:43 -05:00
parent f5f15a5728
commit fe798f72a1
1 changed files with 4 additions and 1 deletions

View File

@ -7,4 +7,7 @@
'(;; Sam: example-plain is interactive, I think
"examples/example-plain.rkt"
;; Sam: for whatever reason I get a failure to load libcrypto for f-to-c
"examples/actor/f-to-c.rkt"))
"examples/actor/f-to-c.rkt"
;; Sam: this test displays to stderr which the package server does not like
"tests/nested-spawn-exceptions.rkt"
))