diff --git a/routing/dht/dht_test.go b/routing/dht/dht_test.go index ddf3909c8..5603c4d5c 100644 --- a/routing/dht/dht_test.go +++ b/routing/dht/dht_test.go @@ -258,6 +258,10 @@ func TestProvides(t *testing.T) { } func TestBootstrap(t *testing.T) { + if testing.Short() { + t.SkipNow() + } + ctx := context.Background() nDHTs := 15