mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 08:36:16 +00:00
do not serial for tests of Pod Host IPs.
Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user