mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-01-20 03:40:26 +08:00
disable inline-peer id test
This commit is contained in:
parent
87b51603b1
commit
f32bc1c26d
@ -140,6 +140,8 @@ func testKeyBookPeers(kb pstore.KeyBook) func(t *testing.T) {
|
|||||||
|
|
||||||
func testInlinedPubKeyAddedOnRetrieve(kb pstore.KeyBook) func(t *testing.T) {
|
func testInlinedPubKeyAddedOnRetrieve(kb pstore.KeyBook) func(t *testing.T) {
|
||||||
return func(t *testing.T) {
|
return func(t *testing.T) {
|
||||||
|
t.Skip("key inlining disabled for now: see libp2p/specs#111")
|
||||||
|
|
||||||
if peers := kb.PeersWithKeys(); len(peers) > 0 {
|
if peers := kb.PeersWithKeys(); len(peers) > 0 {
|
||||||
t.Error("expected peers to be empty on init")
|
t.Error("expected peers to be empty on init")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user