make test parallel in for loop
Kubernetes-commit: 40a25463fa48ee49a713b80b2157c362438960e2
This commit is contained in:
parent
5e4ee5bf4e
commit
feabdb6d52
|
|
@ -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