mirror of
https://github.com/golang/go
synced 2024-11-23 18:50:05 -07:00
crypto/x509: unbreak Windows build.
This change sets systemSkip on a test where Go and CAPI have different chain building behaviour. CAPI is correct, but aligning the Go code is probably too large a change prior to 1.3. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/81620043
This commit is contained in:
parent
2dc7552f57
commit
ea3353b64c
@ -105,6 +105,10 @@ var verifyTests = []verifyTest{
|
||||
// twice.
|
||||
{"Google", "Google Internet Authority", "GeoTrust", "GeoTrust"},
|
||||
},
|
||||
// CAPI doesn't build the chain with the duplicated GeoTrust
|
||||
// entry so the results don't match. Thus we skip this test
|
||||
// until that's fixed.
|
||||
systemSkip: true,
|
||||
},
|
||||
{
|
||||
leaf: dnssecExpLeaf,
|
||||
|
Loading…
Reference in New Issue
Block a user