From ae7a0f5d40c1dbb0d79a74be392a7cd76a455160 Mon Sep 17 00:00:00 2001 From: Qingyang Hu Date: Mon, 21 Aug 2023 17:09:19 -0400 Subject: [PATCH] wip --- mongo/search_index_prose_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/mongo/search_index_prose_test.go b/mongo/search_index_prose_test.go index 66e196a056..f427ac13a8 100644 --- a/mongo/search_index_prose_test.go +++ b/mongo/search_index_prose_test.go @@ -31,8 +31,6 @@ func newTestCollection(t *testing.T, client *Client) *Collection { } func TestSearchIndexProse(t *testing.T) { - t.Parallel() - const timeout = 5 * time.Minute ctx := context.Background()