e2e: stop tracking resource usage for the "misc" container

There is e2e test checking the resource usage of "misc", and it is not
supported on GCI.
This commit is contained in:
Yu-Ju Hong 2016-10-17 15:55:22 -07:00
parent 928b8cbdb8
commit 1c57df2dc2

View File

@ -463,7 +463,6 @@ func TargetContainers() []string {
rootContainerName,
stats.SystemContainerRuntime,
stats.SystemContainerKubelet,
stats.SystemContainerMisc,
}
}