don't run pause test in parallel

pull/10271/head
Priya Wadhwa 2021-01-26 17:39:56 -08:00
parent 6d1c03c6aa
commit 3e59bf74ae
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
)
func TestPause(t *testing.T) {
MaybeParallel(t)
// MaybeParallel(t)
type validateFunc func(context.Context, *testing.T, string)
profile := UniqueProfileName("pause")