Sfoglia il codice sorgente

swarm/network: skip TestSyncDb

Felix Lange 9 anni fa
parent
commit
23420ff67a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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