Re-enable parallelism on TestImpersonatorConfigControllerSync.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-05-26 12:57:51 -05:00
parent 1a4687a40a
commit be8118ec2e
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D

View File

@ -3548,7 +3548,7 @@ func TestImpersonatorConfigControllerSync(t *testing.T) {
}) })
}) })
}) })
}, spec.Report(report.Terminal{})) // TODO: replace the Parallel() call here }, spec.Parallel(), spec.Report(report.Terminal{}))
} }
type testQueue struct { type testQueue struct {