fix TestErrorSpam failing on warning

pull/14848/head
Steven Powell 2022-09-09 15:48:06 -07:00
parent 76e7e29fc8
commit 9df393a9f5
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ var stderrAllow = []string{
`Your cgroup does not allow setting memory.`,
// progress bar output
` > .*`,
// Warning of issues with specific Kubernetes versions
`Kubernetes .* has a known `,
}
// stderrAllowRe combines rootCauses into a single regex