From 032060566e194f69bb3fd22c6d238eed9a10dcf6 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. This commit was moved from ipfs/go-ipns@39adaba0123da75ac33636c9fa9745d6f4eaee15 --- ipns/validate_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipns/validate_test.go b/ipns/validate_test.go index 0ef9d00c5..1e10249b6 100644 --- a/ipns/validate_test.go +++ b/ipns/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()