Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

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.
  • Loading branch information
Stebalien committed Dec 7, 2018
1 parent 1ee9bc6 commit 39adaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 39adaba

Please sign in to comment.