mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 20:07:45 +08:00
disable dht TestPeriodicBootstrap on CI
This commit is contained in:
parent
0bd63633d5
commit
8037235c6d
@ -19,6 +19,7 @@ import (
|
||||
netutil "github.com/jbenet/go-ipfs/p2p/test/util"
|
||||
routing "github.com/jbenet/go-ipfs/routing"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
ci "github.com/jbenet/go-ipfs/util/testutil/ci"
|
||||
)
|
||||
|
||||
var testCaseValues = map[u.Key][]byte{}
|
||||
@ -330,6 +331,9 @@ func TestBootstrap(t *testing.T) {
|
||||
|
||||
func TestPeriodicBootstrap(t *testing.T) {
|
||||
// t.Skip("skipping test to debug another")
|
||||
if ci.IsRunning() {
|
||||
t.Skip("skipping on CI. highly timing dependent")
|
||||
}
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user