diff --git a/test/e2e_node/summary_test.go b/test/e2e_node/summary_test.go index 8e85b38b1b3..dea6ed6f02d 100644 --- a/test/e2e_node/summary_test.go +++ b/test/e2e_node/summary_test.go @@ -228,13 +228,9 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() { }), "VolumeStats": gstruct.MatchAllElements(summaryObjectID, gstruct.Elements{ "test-empty-dir": gstruct.MatchAllFields(gstruct.Fields{ - "Name": gomega.Equal("test-empty-dir"), - "PVCRef": gomega.BeNil(), - "VolumeHealthStats": gstruct.MatchAllFields( - gstruct.Fields{ - "Abnormal": gomega.BeFalse(), - }, - ), + "Name": gomega.Equal("test-empty-dir"), + "PVCRef": gomega.BeNil(), + "VolumeHealthStats": gomega.BeNil(), "FsStats": gstruct.MatchAllFields(gstruct.Fields{ "Time": recent(maxStatsAge), "AvailableBytes": fsCapacityBounds,