diff options
| author | Robert Griesemer <gri@golang.org> | 2012-12-06 09:47:12 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2012-12-06 09:47:12 -0800 |
| commit | 9088d17afb9fffd292cc94a40b78d8fa14eefabd (patch) | |
| tree | 4ea2bd306e5ab82500b25792d0f8cc65d98bd1c9 /src/pkg/exp | |
| parent | e06d90136f18fbb1ffa46537d01eb3552f45b0bc (diff) | |
| download | go-9088d17afb9fffd292cc94a40b78d8fa14eefabd.tar.xz | |
fix build: remove a flaky test for now
R=rsc
CC=golang-dev
https://golang.org/cl/6889052
Diffstat (limited to 'src/pkg/exp')
| -rw-r--r-- | src/pkg/exp/gotype/gotype_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/exp/gotype/gotype_test.go b/src/pkg/exp/gotype/gotype_test.go index c93515e50b..2d58f32883 100644 --- a/src/pkg/exp/gotype/gotype_test.go +++ b/src/pkg/exp/gotype/gotype_test.go @@ -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", |
