This commit is contained in:
tycho garen
2022-06-16 12:21:29 -04:00
parent 138655605c
commit ebf2c30b6c

View File

@@ -114,6 +114,8 @@ func makeMockPeerStore(t *testing.T, peers ...peerInfo) *peerStore {
func TestPeerRanking(t *testing.T) {
t.Run("InactiveSecond", func(t *testing.T) {
t.Skip("inactive status is not currently factored into peer rank.")
store := makeMockPeerStore(t,
peerInfo{ID: "second", Inactive: true},
peerInfo{ID: "first", Inactive: false},