Removed parallel running from test func to prevent ctx timeout

pull/9978/head
Steven Powell 2020-12-16 17:18:08 -07:00
parent fdab252f4f
commit b52666bea7
1 changed files with 0 additions and 3 deletions

View File

@ -102,9 +102,6 @@ func TestFunctional(t *testing.T) {
}
})
// Now that we are out of the woods, lets go.
MaybeParallel(t)
// Parallelized tests
t.Run("parallel", func(t *testing.T) {
tests := []struct {