aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/ed25519/ed25519_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ed25519/ed25519_test.go')
-rw-r--r--src/crypto/ed25519/ed25519_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/ed25519/ed25519_test.go b/src/crypto/ed25519/ed25519_test.go
index 8a973b36ea..84fdc3ca8b 100644
--- a/src/crypto/ed25519/ed25519_test.go
+++ b/src/crypto/ed25519/ed25519_test.go
@@ -186,6 +186,7 @@ func TestMalleability(t *testing.T) {
}
func TestAllocations(t *testing.T) {
+ t.Skip("skipping allocations test on Go+BoringCrypto, as cgo causes allocations")
if strings.HasSuffix(os.Getenv("GO_BUILDER_NAME"), "-noopt") {
t.Skip("skipping allocations test without relevant optimizations")
}