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:
@ -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
|
||||||
|
Reference in New Issue
Block a user