@@ -69,6 +69,7 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
69
69
ginkgo .Context ("On a clean node" , func () {
70
70
71
71
ginkgo .It ("NPD should export cpu/disk/host/memory metric" , func () {
72
+ ginkgo .Skip ("SSH connection fails." )
72
73
err := npd .WaitForNPD (instance , []string {"host_uptime" }, 120 )
73
74
Expect (err ).NotTo (HaveOccurred (), fmt .Sprintf ("Expect NPD to become ready in 120s, but hit error: %v" , err ))
74
75
@@ -99,6 +100,7 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
99
100
})
100
101
101
102
ginkgo .It ("NPD should not report any problem" , func () {
103
+ ginkgo .Skip ("SSH connection fails." )
102
104
err := npd .WaitForNPD (instance , []string {"problem_gauge" }, 120 )
103
105
Expect (err ).NotTo (HaveOccurred (), fmt .Sprintf ("Expect NPD to become ready in 120s, but hit error: %v" , err ))
104
106
@@ -156,6 +158,7 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
156
158
})
157
159
158
160
ginkgo .It ("NPD should update problem_counter and problem_gauge" , func () {
161
+ ginkgo .Skip ("SSH connection fails." )
159
162
time .Sleep (5 * time .Second )
160
163
assertMetricValueInBound (instance ,
161
164
"problem_counter" , map [string ]string {"reason" : "DockerHung" },
0 commit comments