diff --git a/pkg/bloomgateway/processor_test.go b/pkg/bloomgateway/processor_test.go index acb20a093e00..d70451a12786 100644 --- a/pkg/bloomgateway/processor_test.go +++ b/pkg/bloomgateway/processor_test.go @@ -89,8 +89,6 @@ func (s *dummyStore) FetchBlocks(_ context.Context, refs []bloomshipper.BlockRef func TestProcessor(t *testing.T) { ctx := context.Background() - // create a span for the request, because the processer annotates the span - // with the blocks that have been processed sp, ctx := opentracing.StartSpanFromContext(ctx, "TestProcessor") t.Cleanup(sp.Finish)