mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 09:34:03 +08:00
dht/test skip bootstrap test when short
This commit is contained in:
@ -258,6 +258,10 @@ func TestProvides(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBootstrap(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
|
||||
ctx := context.Background()
|
||||
|
||||
nDHTs := 15
|
||||
|
Reference in New Issue
Block a user