Commit 23420ff6 authored by Felix Lange's avatar Felix Lange

swarm/network: skip TestSyncDb

parent ef50e01c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment