Unverified Commit 84d2105f authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #19 from ipfs/test/disable-inline-pid-test

testing: disable inline peer ID test
parents 1ee9bc69 39adaba0
......@@ -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