Skip to content

Commit

Permalink
unmarks TestFusedQuerier as parallel for CI debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Diehl <[email protected]>
  • Loading branch information
owen-d committed Feb 14, 2024
1 parent 3f4a065 commit 5554b9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/bloom/v1/fuse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
)

func TestFusedQuerier(t *testing.T) {
t.Parallel()
// references for linking in memory reader+writer
indexBuf := bytes.NewBuffer(nil)
bloomsBuf := bytes.NewBuffer(nil)
Expand Down

0 comments on commit 5554b9f

Please sign in to comment.