Merge pull request #113042 from swatisehgal/memorymgr-fix-rejection-test

node: e2e: memorymgr: Fix test failure
This commit is contained in:
Kubernetes Prow Robot
2022-10-17 04:39:07 -07:00
committed by GitHub

View File

@@ -621,7 +621,7 @@ var _ = SIGDescribe("Memory Manager [Disruptive] [Serial] [Feature:MemoryManager
return false
}
if !strings.Contains(tmpPod.Status.Message, "Pod Allocate failed due to [memorymanager]") {
if !strings.Contains(tmpPod.Status.Message, "Allocate failed due to [memorymanager]") {
return false
}