Merge pull request #124036 from joremysh/decrease-running-time-of-test-param-ref
apiserver/pkg/admission/plugin/policy/validating make test parallel in for loop Kubernetes-commit: b021ce1029be085baecc4678c5f584fb84b454b2
This commit is contained in:
commit
966b79cbdd
|
@ -1509,6 +1509,7 @@ func TestParamRef(t *testing.T) {
|
|||
}
|
||||
|
||||
t.Run(name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
// Test creating a policy with a cluster or namesapce-scoped param
|
||||
// and binding with the provided configuration. Test will ensure
|
||||
// that the provided configuration is capable of matching
|
||||
|
|
Loading…
Reference in New Issue