diff --git a/pkg/index/job/creation/service/indexer_test.go b/pkg/index/job/creation/service/indexer_test.go index 91c3108235..980aa3e502 100644 --- a/pkg/index/job/creation/service/indexer_test.go +++ b/pkg/index/job/creation/service/indexer_test.go @@ -27,6 +27,7 @@ import ( ) func Test_index_Start(t *testing.T) { + t.Parallel() type args struct { ctx context.Context }