mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-30 15:02:23 +00:00
do not serial for tests of Pod Host IPs.
Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
parent
d770dd695a
commit
85b52c2a86
@ -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