We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bce499c + 85b52c2 commit a105f36Copy full SHA for a105f36
test/e2e_node/pod_host_ips.go
@@ -43,7 +43,7 @@ import (
43
admissionapi "k8s.io/pod-security-admission/api"
44
)
45
46
-var _ = common.SIGDescribe("Pod Host IPs", framework.WithSerial(), func() {
+var _ = common.SIGDescribe("Pod Host IPs", func() {
47
f := framework.NewDefaultFramework("host-ips")
48
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
49
0 commit comments