@cryptotaxi247 / kubo / commits / 989d3d4ce

dht/test skip bootstrap test when short

Juan Batiz-Benet committed Dec 24, 2014 at 05:39 UTC 989d3d4ce5f6cfdac0ec163d5fa2df6953918f3a
1 file changed +4
routing/dht/dht_test.go
+4
@@ -258,6 +258,10 @@ func TestProvides(t *testing.T) {
258 }
259
260 func TestBootstrap(t *testing.T) {
261 + if testing.Short() {
262 + t.SkipNow()
263 + }
264 +
265 ctx := context.Background()
266
267 nDHTs := 15