Commit 39adaba0 authored by Steven Allen's avatar Steven Allen

testing: disable inline peer ID test

We're disabling these until we can properly specify the hash function in the key
itself.
parent 1ee9bc69
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment