Commit 989d3d4c authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

dht/test skip bootstrap test when short

parent 60c869d4
......@@ -258,6 +258,10 @@ func TestProvides(t *testing.T) {
}
func TestBootstrap(t *testing.T) {
if testing.Short() {
t.SkipNow()
}
ctx := context.Background()
nDHTs := 15
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment