mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
make test parallel in for loop
This commit is contained in:
parent
1b3e4e792b
commit
40a25463fa
@ -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
Block a user