Re-enable parallelism on TestImpersonatorConfigControllerSync.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
1a4687a40a
commit
be8118ec2e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user