diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 6458dcd992b..7337951ae5e 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -162,6 +162,7 @@ NOTEST+=exec # no pipe NOTEST+=http # no network NOTEST+=log # no runtime.Caller NOTEST+=net # no network +NOTEST+=netchan # no network NOTEST+=os # many things unimplemented NOTEST+=os/signal # no signals NOTEST+=path # tree walking does not work