]> Cypherpunks repositories - gostls13.git/commit
net: skip DNS tests on self-hosted Android
authorElias Naur <mail@eliasnaur.com>
Thu, 2 May 2019 07:12:12 +0000 (03:12 -0400)
committerElias Naur <mail@eliasnaur.com>
Fri, 3 May 2019 13:59:16 +0000 (13:59 +0000)
commit9f513254ae92e2a62c3197cf16f7f22a8ca2879a
treed2d6c812e76158b4dd256813c2ef1c497ef94deb
parentbd384d42c11d5b3ec36dbc325ec8d350ea1f1b82
net: skip DNS tests on self-hosted Android

They were already skipped on tethered Android builders because
the tests are gated on GO_BUILDER_NAME being set and the Android
exec wrapper does not propagate GO_BUILDER_NAME.

Updates #31722

Change-Id: Ifd2c7daecc19a4e540d86d1f38083f43cc3e6b15
Reviewed-on: https://go-review.googlesource.com/c/go/+/175177
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/dial_test.go