mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #126810 from liangyuanpeng/testgrid_podhostips
Do not serial for tests of Pod Host IPs.
This commit is contained in:
commit
a105f3683c
@ -43,7 +43,7 @@ import (
|
||||
admissionapi "k8s.io/pod-security-admission/api"
|
||||
)
|
||||
|
||||
var _ = common.SIGDescribe("Pod Host IPs", framework.WithSerial(), func() {
|
||||
var _ = common.SIGDescribe("Pod Host IPs", func() {
|
||||
f := framework.NewDefaultFramework("host-ips")
|
||||
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user