]> Cypherpunks repositories - gostls13.git/commitdiff
fix build: remove a flaky test for now
authorRobert Griesemer <gri@golang.org>
Thu, 6 Dec 2012 17:47:12 +0000 (09:47 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 6 Dec 2012 17:47:12 +0000 (09:47 -0800)
R=rsc
CC=golang-dev
https://golang.org/cl/6889052

src/pkg/exp/gotype/gotype_test.go

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