Unverified Commit c5b273a1 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #212 from libp2p/fix/skip-inline-peer-id-test

tests: skip key inlining test
parents d70e9274 977bc9ac
......@@ -15,6 +15,7 @@ import (
// Check that GetPublicKey() correctly extracts a public key
func TestPubkeyExtract(t *testing.T) {
t.Skip("public key extraction for ed25519 keys has been disabled. See https://github.com/libp2p/specs/issues/111")
ctx := context.Background()
dht := setupDHT(ctx, t, false)
defer dht.Close()
......
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