]> Cypherpunks repositories - gostls13.git/commit
net: demote TestDialerDualStack to a flaky test
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 16 Jul 2016 23:56:45 +0000 (23:56 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 17 Jul 2016 01:25:19 +0000 (01:25 +0000)
commita6dbfc12c640c90e8dc552443d3ece04cbae4a9c
tree9cd94d4ec075a86851bb2b446fea8ab2ae8c5f19
parent510fb6397dfc93067dc90d42c58dfc5f8b995285
net: demote TestDialerDualStack to a flaky test

Only run TestDialerDualStack on the builders, as to not annoy or
otherwise distract users when it's not their fault.

Even though the intention is to only run this on the builders, very
few of the builders have IPv6 support. Oh well. We'll get some
coverage.

Updates #13324

Change-Id: I13e7e3bca77ac990d290cabec88984cc3d24fb67
Reviewed-on: https://go-review.googlesource.com/24985
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
src/net/dial_test.go