]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: skip mod_convert_tsv_insecure test when no network is avaliable
authorBaokun Lee <nototon@gmail.com>
Wed, 20 Nov 2019 02:45:02 +0000 (10:45 +0800)
committerBryan C. Mills <bcmills@google.com>
Wed, 20 Nov 2019 04:17:59 +0000 (04:17 +0000)
Fixes #35703

Change-Id: I476efad38897cae93f298af86784bbc2cc2449a3
Reviewed-on: https://go-review.googlesource.com/c/go/+/208037
Run-TryBot: Baokun Lee <nototon@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/mod_convert_tsv_insecure.txt

index f0d0b27777b9b63fdbe43fc317484cc24cf9a56b..ddb0c081996ed7653b1adfac836b3d017007d7ce 100644 (file)
@@ -1,5 +1,8 @@
 env GO111MODULE=on
 
+[!net] skip
+[!exec:git] skip
+
 # secure fetch should report insecure warning
 cd $WORK/test
 go mod init