This commit is contained in:
Evgeny Danienko 2022-05-17 19:24:16 +03:00
parent 3dd7f59531
commit af2b5e06b0

View file

@ -1425,7 +1425,7 @@ func TestFakedSyncProgress66Whitelist(t *testing.T) {
starting <- struct{}{}
<-progress
}
checkProgress(t, tester.downloader, "pristine", ethereum.SyncProgress{})
checkProgress(t, tester.downloader, "pristine", ethereum.SyncProgress{}) // FIXME: WIP deadlock
// Create and sync with an attacker that promises a higher chain than available.
attacker := tester.newPeer("attack", protocol, chain.blocks[1:])