Skip to content

Commit

Permalink
Merge pull request kubernetes#24128 from smarterclayton/dns_test_change
Browse files Browse the repository at this point in the history
Allow cluster DNS e2e verification to be overriden
  • Loading branch information
fgrzadkowski committed May 20, 2016
2 parents c4e239b + ea4a7e2 commit d3522dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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{
Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit d3522dd

Please sign in to comment.