Selaa lähdekoodia

swarm/network: skip TestSyncDb

Felix Lange 9 vuotta sitten
vanhempi
commit
23420ff67a
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      swarm/network/syncdb_test.go

+ 2 - 0
swarm/network/syncdb_test.go

@@ -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