Commit 977bc9ac authored by Steven Allen's avatar Steven Allen

tests: skip key inlining test

This has temporarily been disabled due to the changes/issues described in:

https://github.com/libp2p/specs/issues/111
parent d70e9274
......@@ -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