Skip to content

Commit c5b273a

Browse files
authored
Merge pull request #212 from libp2p/fix/skip-inline-peer-id-test
tests: skip key inlining test
2 parents d70e927 + 977bc9a commit c5b273a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

records_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515

1616
// Check that GetPublicKey() correctly extracts a public key
1717
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")
1819
ctx := context.Background()
1920
dht := setupDHT(ctx, t, false)
2021
defer dht.Close()

0 commit comments

Comments
 (0)