Skip to content

Commit c764c70

Browse files
authored
Merge pull request #1091 from kubernetes/revert-974-skip-ext4-e2e
Revert "Skip ext4 e2e tests"
2 parents dea6d70 + 281a118 commit c764c70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/metriconly/metrics_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
130130
})
131131

132132
ginkgo.It("NPD should update problem_counter{reason:Ext4Error} and problem_gauge{type:ReadonlyFilesystem}", func() {
133-
ginkgo.Skip("Writing to /sys/fs/ext4/sda1/trigger_fs_error breaks SSH: https://github.com/kubernetes/node-problem-detector/issues/970")
134133
time.Sleep(5 * time.Second)
135134
assertMetricValueAtLeast(instance,
136135
"problem_counter", map[string]string{"reason": "Ext4Error"},
@@ -141,7 +140,6 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
141140
})
142141

143142
ginkgo.It("NPD should remain healthy", func() {
144-
ginkgo.Skip("Writing to /sys/fs/ext4/sda1/trigger_fs_error breaks SSH: https://github.com/kubernetes/node-problem-detector/issues/970")
145143
npdStates := instance.RunCommandOrFail("sudo systemctl show node-problem-detector -p ActiveState -p SubState")
146144
Expect(npdStates.Stdout).To(ContainSubstring("ActiveState=active"), "NPD is no longer active: %v", npdStates)
147145
Expect(npdStates.Stdout).To(ContainSubstring("SubState=running"), "NPD is no longer running: %v", npdStates)

0 commit comments

Comments
 (0)