1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

dht/test skip bootstrap test when short

This commit is contained in:
Juan Batiz-Benet
2014-12-24 05:39:48 -08:00
parent 60c869d401
commit 989d3d4ce5

View File

@ -258,6 +258,10 @@ func TestProvides(t *testing.T) {
} }
func TestBootstrap(t *testing.T) { func TestBootstrap(t *testing.T) {
if testing.Short() {
t.SkipNow()
}
ctx := context.Background() ctx := context.Background()
nDHTs := 15 nDHTs := 15