From 64f2c689485fed07bd6a65dff43e660b58ac41a8 Mon Sep 17 00:00:00 2001 From: Mayank Gaikwad <8110509+mgdevstack@users.noreply.github.com> Date: Thu, 16 May 2019 20:07:37 +0530 Subject: [PATCH] Add [LinuxOnly] to e2e verifying PQDN resolution --- test/e2e/network/dns.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/e2e/network/dns.go b/test/e2e/network/dns.go index acd94976b63..1a26102599b 100644 --- a/test/e2e/network/dns.go +++ b/test/e2e/network/dns.go @@ -69,7 +69,8 @@ var _ = SIGDescribe("DNS", func() { validateDNSResults(f, pod, append(wheezyFileNames, jessieFileNames...)) }) - ginkgo.It("should resolve DNS of partial qualified names for the cluster ", func() { + // [LinuxOnly]: As Windows currently does not support resolving PQDNs. + ginkgo.It("should resolve DNS of partial qualified names for the cluster [LinuxOnly]", func() { // 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{ @@ -171,7 +172,8 @@ var _ = SIGDescribe("DNS", func() { validateDNSResults(f, pod, append(wheezyFileNames, jessieFileNames...)) }) - ginkgo.It("should resolve DNS of partial qualified names for services ", func() { + // [LinuxOnly]: As Windows currently does not support resolving PQDNs. + ginkgo.It("should resolve DNS of partial qualified names for services [LinuxOnly]", func() { // Create a test headless service. ginkgo.By("Creating a test headless service") testServiceSelector := map[string]string{