swarm/network: Correct neighborhood depth (#18066)

This commit is contained in:
lash
2018-11-26 17:13:59 +01:00
committed by Anton Evangelatov
parent bba5fd8192
commit 1cd007ecae
12 changed files with 209 additions and 37 deletions

View File

@@ -52,6 +52,8 @@ func TestIntervalsLiveAndHistory(t *testing.T) {
}
func testIntervals(t *testing.T, live bool, history *Range, skipCheck bool) {
t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted")
nodes := 2
chunkCount := dataChunkCount
externalStreamName := "externalStream"