We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d70e927 + 977bc9a commit c5b273aCopy full SHA for c5b273a
records_test.go
@@ -15,6 +15,7 @@ import (
15
16
// Check that GetPublicKey() correctly extracts a public key
17
func TestPubkeyExtract(t *testing.T) {
18
+ t.Skip("public key extraction for ed25519 keys has been disabled. See https://github.com/libp2p/specs/issues/111")
19
ctx := context.Background()
20
dht := setupDHT(ctx, t, false)
21
defer dht.Close()
0 commit comments