Skip to content

Commit b98a3fe

Browse files
committed
e2e test ClusterDns [Example] does not support IPv6
1 parent 8e3adc4 commit b98a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/network/example_cluster_dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ try:
5959
except:
6060
print('err')`
6161

62-
var _ = common.SIGDescribe("ClusterDns", feature.Example, func() {
62+
var _ = common.SIGDescribe("ClusterDns", feature.Example, feature.NetworkingIPv4, func() {
6363
f := framework.NewDefaultFramework("cluster-dns")
6464
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
6565

0 commit comments

Comments
 (0)