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
commit e1812683e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}