fix TestErrorSpam failing on warning
parent
76e7e29fc8
commit
9df393a9f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue