Skip to content

Commit a105f36

Browse files
authored
Merge pull request kubernetes#126810 from liangyuanpeng/testgrid_podhostips
Do not serial for tests of Pod Host IPs.
2 parents bce499c + 85b52c2 commit a105f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/pod_host_ips.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
admissionapi "k8s.io/pod-security-admission/api"
4444
)
4545

46-
var _ = common.SIGDescribe("Pod Host IPs", framework.WithSerial(), func() {
46+
var _ = common.SIGDescribe("Pod Host IPs", func() {
4747
f := framework.NewDefaultFramework("host-ips")
4848
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
4949

0 commit comments

Comments
 (0)