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
This commit is contained in:
		| @@ -1509,6 +1509,7 @@ func TestParamRef(t *testing.T) { | |||||||
| 						} | 						} | ||||||
|  |  | ||||||
| 						t.Run(name, func(t *testing.T) { | 						t.Run(name, func(t *testing.T) { | ||||||
|  | 							t.Parallel() | ||||||
| 							// Test creating a policy with a cluster or namesapce-scoped param | 							// Test creating a policy with a cluster or namesapce-scoped param | ||||||
| 							// and binding with the provided configuration. Test will ensure | 							// and binding with the provided configuration. Test will ensure | ||||||
| 							// that the provided configuration is capable of matching | 							// that the provided configuration is capable of matching | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot