turn off parallel for variousQueries

This commit is contained in:
Matt Jaffee 2021-03-02 15:22:44 -06:00
parent ad88f4fac8
commit b1f9e6ad05
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -6851,7 +6851,6 @@ func TestVariousQueries(t *testing.T) {
for _, clusterSize := range []int{1, 3, 4, 7} {
clusterSize := clusterSize
t.Run(fmt.Sprintf("%d-node", clusterSize), func(t *testing.T) {
t.Parallel()
c := test.MustRunCluster(t, clusterSize)
defer c.Close()