File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ var _ = SIGDescribe("DNS", func() {
69
69
validateDNSResults (f , pod , append (wheezyFileNames , jessieFileNames ... ))
70
70
})
71
71
72
- ginkgo .It ("should resolve DNS of partial qualified names for the cluster " , func () {
72
+ // [LinuxOnly]: As Windows currently does not support resolving PQDNs.
73
+ ginkgo .It ("should resolve DNS of partial qualified names for the cluster [LinuxOnly]" , func () {
73
74
// All the names we need to be able to resolve.
74
75
// TODO: Spin up a separate test service and test that dns works for that service.
75
76
namesToResolve := []string {
@@ -171,7 +172,8 @@ var _ = SIGDescribe("DNS", func() {
171
172
validateDNSResults (f , pod , append (wheezyFileNames , jessieFileNames ... ))
172
173
})
173
174
174
- ginkgo .It ("should resolve DNS of partial qualified names for services " , func () {
175
+ // [LinuxOnly]: As Windows currently does not support resolving PQDNs.
176
+ ginkgo .It ("should resolve DNS of partial qualified names for services [LinuxOnly]" , func () {
175
177
// Create a test headless service.
176
178
ginkgo .By ("Creating a test headless service" )
177
179
testServiceSelector := map [string ]string {
You can’t perform that action at this time.
0 commit comments