mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
swarm/network: skip TestSyncDb
This commit is contained in:
@@ -141,6 +141,8 @@ func (self *testSyncDb) expect(n int, db bool) {
|
||||
}
|
||||
|
||||
func TestSyncDb(t *testing.T) {
|
||||
t.Skip("fails randomly on all platforms")
|
||||
|
||||
priority := High
|
||||
bufferSize := 5
|
||||
batchSize := 2 * bufferSize
|
||||
|
||||
Reference in New Issue
Block a user