Skip to content

Commit

Permalink
tests: skip key inlining test
Browse files Browse the repository at this point in the history
This has temporarily been disabled due to the changes/issues described in:

libp2p/specs#111
  • Loading branch information
Stebalien committed Dec 3, 2018
1 parent d70e927 commit 977bc9a
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 977bc9a

Please sign in to comment.