mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-24 22:32:13 +00:00
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:
parent
d70e92744b
commit
977bc9aca4
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user