Commit d3522dd8 authored by Filip Grzadkowski's avatar Filip Grzadkowski

Merge pull request #24128 from smarterclayton/dns_test_change

Allow cluster DNS e2e verification to be overriden
parents c4e239b3 ea4a7e24
......@@ -260,8 +260,6 @@ var _ = framework.KubeDescribe("DNS", func() {
f := framework.NewDefaultFramework("dns")
It("should provide DNS for the cluster [Conformance]", func() {
verifyDNSPodIsRunning(f)
// All the names we need to be able to resolve.
// TODO: Spin up a separate test service and test that dns works for that service.
namesToResolve := []string{
......@@ -288,8 +286,6 @@ var _ = framework.KubeDescribe("DNS", func() {
})
It("should provide DNS for services [Conformance]", func() {
verifyDNSPodIsRunning(f)
// Create a test headless service.
By("Creating a test headless service")
testServiceSelector := map[string]string{
......@@ -338,8 +334,6 @@ var _ = framework.KubeDescribe("DNS", func() {
})
It("should provide DNS for pods for Hostname and Subdomain Annotation", func() {
verifyDNSPodIsRunning(f)
// Create a test headless service.
By("Creating a test headless service")
testServiceSelector := map[string]string{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment