Removed parallel running from test func to prevent ctx timeout
parent
fdab252f4f
commit
b52666bea7
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue