Skip to content

Commit

Permalink
testing: disable inline peer ID test
Browse files Browse the repository at this point in the history
We're disabling these until we can properly specify the hash function in the key
itself.


This commit was moved from ipfs/go-ipns@39adaba
  • Loading branch information
Stebalien committed Dec 7, 2018
1 parent 04299c0 commit 0320605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipns/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 0320605

Please sign in to comment.