1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:44:40 -07:00

fix build: remove a flaky test for now

R=rsc
CC=golang-dev
https://golang.org/cl/6889052
This commit is contained in:
Robert Griesemer 2012-12-06 09:47:12 -08:00
parent e06d90136f
commit 9088d17afb

View File

@ -77,7 +77,7 @@ var tests = []string{
"crypto/md5", "crypto/md5",
"crypto/rand", "crypto/rand",
"crypto/rc4", "crypto/rc4",
"crypto/rsa", // "crypto/rsa", // investigate (GOARCH=386)
"crypto/sha1", "crypto/sha1",
"crypto/sha256", "crypto/sha256",
"crypto/sha512", "crypto/sha512",