]> Cypherpunks repositories - gostls13.git/commit
net: skip TestLookupLongTXT on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Thu, 23 Nov 2017 11:46:18 +0000 (12:46 +0100)
committerDavid du Colombier <0intro@gmail.com>
Thu, 23 Nov 2017 16:45:24 +0000 (16:45 +0000)
commitb72678f37f2087ebf515bf6927bdd102723b28bf
tree520e8043b41303898028706e3799cc2e029dad33
parent8a092b74fce0d6cf20be1e9d8855beace7db03cd
net: skip TestLookupLongTXT on Plan 9

CL 79555 added TestLookupLongTXT. However, this test is
failing on Plan 9, because the DNS resolver (ndb/dns)
only returns a single TXT record.

Updates #22857.

Change-Id: I33cdc63a3d3de4d1c7f2684934316c44992fb9e2
Reviewed-on: https://go-review.googlesource.com/79695
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/lookup_test.go