mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #81535 from spiffxp/mv-resource-tracking-tests-out-of-release-blocking
Demote regular resource tracking tests from release-blocking
This commit is contained in:
commit
732b8ca58c
@ -215,7 +215,7 @@ var _ = SIGDescribe("Kubelet [Serial] [Slow]", func() {
|
||||
result := om.GetLatestRuntimeOperationErrorRate()
|
||||
e2elog.Logf("runtime operation error metrics:\n%s", e2ekubelet.FormatRuntimeOperationErrorRate(result))
|
||||
})
|
||||
SIGDescribe("regular resource usage tracking", func() {
|
||||
SIGDescribe("regular resource usage tracking [Feature:RegularResourceUsageTracking]", func() {
|
||||
// We assume that the scheduler will make reasonable scheduling choices
|
||||
// and assign ~N pods on the node.
|
||||
// Although we want to track N pods per node, there are N + add-on pods
|
||||
|
Loading…
Reference in New Issue
Block a user