tests: skip key inlining test

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

https://github.com/libp2p/specs/issues/111
This commit is contained in:
Steven Allen 2018-12-03 10:56:36 -08:00
parent d70e92744b
commit 977bc9aca4

View File

@ -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()