Skip to content

Commit

Permalink
Merge pull request ipfs#212 from libp2p/fix/skip-inline-peer-id-test
Browse files Browse the repository at this point in the history
tests: skip key inlining test
  • Loading branch information
Stebalien authored Dec 3, 2018
2 parents d70e927 + 977bc9a commit c5b273a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions records_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c5b273a

Please sign in to comment.