Merge pull request #132227 from aroradaman/skip-nfacct-ipv6

skip nfacct test in IPv6 clusters
This commit is contained in:
Kubernetes Prow Robot
2025-06-11 02:28:56 -07:00
committed by GitHub

View File

@@ -261,6 +261,10 @@ var _ = common.SIGDescribe("KubeProxyNFAcct", feature.KubeProxyNFAcct, func() {
fr.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
ginkgo.It("should update metric for tracking accepted packets destined for localhost nodeports", func(ctx context.Context) {
if framework.TestContext.ClusterIsIPv6() {
e2eskipper.Skipf("test requires IPv4 cluster")
}
cs := fr.ClientSet
ns := fr.Namespace.Name