mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
turn off parallel for variousQueries
This commit is contained in:
parent
ad88f4fac8
commit
b1f9e6ad05
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue