From be8118ec2e420b264b2af63182008b91ab1d501d Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Wed, 26 May 2021 12:57:51 -0500 Subject: [PATCH] Re-enable parallelism on TestImpersonatorConfigControllerSync. Signed-off-by: Matt Moyer --- .../controller/impersonatorconfig/impersonator_config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/impersonatorconfig/impersonator_config_test.go b/internal/controller/impersonatorconfig/impersonator_config_test.go index 349ee9748..ec26fe1c8 100644 --- a/internal/controller/impersonatorconfig/impersonator_config_test.go +++ b/internal/controller/impersonatorconfig/impersonator_config_test.go @@ -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 {