From f202164c874da55ac84c794d9b9afa62dd01445f Mon Sep 17 00:00:00 2001 From: fengzixu Date: Fri, 26 Nov 2021 11:20:13 +0900 Subject: [PATCH] fix e2e test --- test/e2e_node/summary_test.go | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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,