mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
dht test skips
This commit is contained in:
@ -231,6 +231,7 @@ func TestProvides(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestBootstrap(t *testing.T) {
|
func TestBootstrap(t *testing.T) {
|
||||||
|
// t.Skip("skipping test to debug another")
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.SkipNow()
|
t.SkipNow()
|
||||||
}
|
}
|
||||||
@ -388,6 +389,7 @@ func TestProvidesMany(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestProvidesAsync(t *testing.T) {
|
func TestProvidesAsync(t *testing.T) {
|
||||||
|
// t.Skip("skipping test to debug another")
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.SkipNow()
|
t.SkipNow()
|
||||||
}
|
}
|
||||||
@ -442,6 +444,7 @@ func TestProvidesAsync(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestLayeredGet(t *testing.T) {
|
func TestLayeredGet(t *testing.T) {
|
||||||
|
// t.Skip("skipping test to debug another")
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.SkipNow()
|
t.SkipNow()
|
||||||
}
|
}
|
||||||
@ -482,6 +485,7 @@ func TestLayeredGet(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestFindPeer(t *testing.T) {
|
func TestFindPeer(t *testing.T) {
|
||||||
|
// t.Skip("skipping test to debug another")
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.SkipNow()
|
t.SkipNow()
|
||||||
}
|
}
|
||||||
@ -596,6 +600,7 @@ func testPeerListsMatch(t *testing.T, p1, p2 []peer.ID) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestConnectCollision(t *testing.T) {
|
func TestConnectCollision(t *testing.T) {
|
||||||
|
// t.Skip("skipping test to debug another")
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.SkipNow()
|
t.SkipNow()
|
||||||
}
|
}
|
||||||
|
@ -136,6 +136,7 @@ func TestGetFailures(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestNotFound(t *testing.T) {
|
func TestNotFound(t *testing.T) {
|
||||||
|
// t.Skip("skipping test to debug another")
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.SkipNow()
|
t.SkipNow()
|
||||||
}
|
}
|
||||||
@ -210,6 +211,7 @@ func TestNotFound(t *testing.T) {
|
|||||||
// If less than K nodes are in the entire network, it should fail when we make
|
// If less than K nodes are in the entire network, it should fail when we make
|
||||||
// a GET rpc and nobody has the value
|
// a GET rpc and nobody has the value
|
||||||
func TestLessThanKResponses(t *testing.T) {
|
func TestLessThanKResponses(t *testing.T) {
|
||||||
|
// t.Skip("skipping test to debug another")
|
||||||
// t.Skip("skipping test because it makes a lot of output")
|
// t.Skip("skipping test because it makes a lot of output")
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
Reference in New Issue
Block a user