Skip to content

Commit

Permalink
bitswap: mark TestSessionGetBlocks flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Aug 25, 2023
1 parent c135968 commit 79159c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitswap/client/internal/session/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ func (pm *fakePeerManager) BroadcastWantHaves(ctx context.Context, cids []cid.Ci
func (pm *fakePeerManager) SendCancels(ctx context.Context, cancels []cid.Cid) {}

func TestSessionGetBlocks(t *testing.T) {
test.Flaky(t)

ctx, cancel := context.WithTimeout(context.Background(), 100*time.Millisecond)
fpm := newFakePeerManager()
fspm := newFakeSessionPeerManager()
Expand Down

0 comments on commit 79159c3

Please sign in to comment.