From 4bbe9d87d77d871fa36095882117ff1316e12936 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 20 Jun 2011 17:44:36 -0400 Subject: [PATCH] all-qemu.bash: cannot test go/build R=adg, r CC=golang-dev https://golang.org/cl/4633054 --- src/all-qemu.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/all-qemu.bash b/src/all-qemu.bash index 6d5cd6eddf..c7079ba139 100755 --- a/src/all-qemu.bash +++ b/src/all-qemu.bash @@ -8,7 +8,8 @@ export NOTEST="" -NOTEST="$NOTEST big" # xxx +NOTEST="$NOTEST big" # just slow +NOTEST="$NOTEST go/build" # wants to run cgo NOTEST="$NOTEST http net rpc syslog websocket" # no localhost network NOTEST="$NOTEST os" # 64-bit seek fails -- 2.50.0