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 51ad0bb + 104b5a0 commit 8e5b26bCopy full SHA for 8e5b26b
test/e2e/network/dns.go
@@ -686,8 +686,8 @@ var _ = common.SIGDescribe("DNS HostNetwork", func() {
686
stdout, err := e2eoutput.RunHostCmd(testAgnhostPod.Namespace, testAgnhostPod.Name, "hostname")
687
framework.ExpectNoError(err, "failed to run command hostname: %s", stdout)
688
hostname := strings.TrimSpace(stdout)
689
- if node.Name != hostname {
690
- framework.Failf("expected hostname: %s, got: %s", node.Name, hostname)
+ if dnsTestPodHostName == hostname {
+ framework.Failf("https://issues.k8s.io/67019 expected spec.Hostname %s to be ignored", hostname)
691
}
692
})
693
0 commit comments