@@ -131,16 +131,16 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
131
131
instance .RunCommandOrFail ("sudo /home/kubernetes/bin/problem-maker --problem Ext4FilesystemError" )
132
132
})
133
133
134
- ginkgo .It ("NPD should update problem_counter{reason:Ext4Error} and problem_gauge{type:ReadonlyFilesystem}" , func () {
135
- ginkgo .Skip ("SSH connection fails." )
136
- time .Sleep (5 * time .Second )
137
- assertMetricValueAtLeast (instance ,
138
- "problem_counter" , map [string ]string {"reason" : "Ext4Error" },
139
- 1.0 )
140
- assertMetricValueInBound (instance ,
141
- "problem_gauge" , map [string ]string {"reason" : "FilesystemIsReadOnly" , "type" : "ReadonlyFilesystem" },
142
- 1.0 , 1.0 )
143
- })
134
+ // ginkgo.It("NPD should update problem_counter{reason:Ext4Error} and problem_gauge{type:ReadonlyFilesystem}", func() {
135
+ // ginkgo.Skip("SSH connection fails.")
136
+ // time.Sleep(5 * time.Second)
137
+ // assertMetricValueAtLeast(instance,
138
+ // "problem_counter", map[string]string{"reason": "Ext4Error"},
139
+ // 1.0)
140
+ // assertMetricValueInBound(instance,
141
+ // "problem_gauge", map[string]string{"reason": "FilesystemIsReadOnly", "type": "ReadonlyFilesystem"},
142
+ // 1.0, 1.0)
143
+ // })
144
144
145
145
ginkgo .It ("NPD should remain healthy" , func () {
146
146
time .Sleep (60 * time .Second )
0 commit comments