Skip to content

Commit 79159c3

Browse files
committed
1 parent c135968 commit 79159c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bitswap/client/internal/session/session_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ func (pm *fakePeerManager) BroadcastWantHaves(ctx context.Context, cids []cid.Ci
149149
func (pm *fakePeerManager) SendCancels(ctx context.Context, cancels []cid.Cid) {}
150150

151151
func TestSessionGetBlocks(t *testing.T) {
152+
test.Flaky(t)
153+
152154
ctx, cancel := context.WithTimeout(context.Background(), 100*time.Millisecond)
153155
fpm := newFakePeerManager()
154156
fspm := newFakeSessionPeerManager()

0 commit comments

Comments
 (0)