cmd/go: add missing cgo condition in TestScript/mod_list_compiled_concurrent

Updates #50205

Change-Id: I60d2e32c2cd84599f4a0126e4da4f1d61bd29b51
Reviewed-on: https://go-review.googlesource.com/c/go/+/372799
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Bryan C. Mills 2021-12-16 15:15:32 -05:00 committed by Bryan Mills
parent ea26ce7cec
commit ae695cd93f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
env GO111MODULE=on
[short] skip
[!cgo] skip
# Regression test for golang.org/issue/29667:
# spurious 'failed to cache compiled Go files' errors.