From 39adaba0123da75ac33636c9fa9745d6f4eaee15 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 7 Dec 2018 15:01:22 -0800 Subject: [PATCH] testing: disable inline peer ID test We're disabling these until we can properly specify the hash function in the key itself. --- validate_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validate_test.go b/validate_test.go index 0ef9d00..1e10249 100644 --- a/validate_test.go +++ b/validate_test.go @@ -128,6 +128,8 @@ func TestEmbeddedPubKeyValidate(t *testing.T) { } func TestPeerIDPubKeyValidate(t *testing.T) { + t.Skip("disabled until libp2p/go-libp2p-crypto#51 is fixed") + goodeol := time.Now().Add(time.Hour) kbook := pstoremem.NewPeerstore()