mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
fix e2e test
This commit is contained in:
parent
ed7fd0ced5
commit
f202164c87
@ -230,11 +230,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
|
||||
"test-empty-dir": gstruct.MatchAllFields(gstruct.Fields{
|
||||
"Name": gomega.Equal("test-empty-dir"),
|
||||
"PVCRef": gomega.BeNil(),
|
||||
"VolumeHealthStats": gstruct.MatchAllFields(
|
||||
gstruct.Fields{
|
||||
"Abnormal": gomega.BeFalse(),
|
||||
},
|
||||
),
|
||||
"VolumeHealthStats": gomega.BeNil(),
|
||||
"FsStats": gstruct.MatchAllFields(gstruct.Fields{
|
||||
"Time": recent(maxStatsAge),
|
||||
"AvailableBytes": fsCapacityBounds,
|
||||
|
Loading…
Reference in New Issue
Block a user