Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
c5b273a1
Unverified
Commit
c5b273a1
authored
Dec 03, 2018
by
Steven Allen
Committed by
GitHub
Dec 03, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #212 from libp2p/fix/skip-inline-peer-id-test
tests: skip key inlining test
parents
d70e9274
977bc9ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
records_test.go
records_test.go
+1
-0
No files found.
records_test.go
View file @
c5b273a1
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment