add to test error white list

pull/8071/head
Medya Gh 2020-05-11 12:38:05 -07:00
parent d2ae2b35a0
commit 5104ecabad
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ var stderrWhitelist = []string{
`slow|long time|Restarting the docker service may improve`,
// don't care if we can't push images to other profiles
`cache_images.go:.*error getting status`,
// don't care if we can't push images to other profiles which are deleted.
`cache_images.go:.*Failed to load profile`,
}
// stderrWhitelistRe combines rootCauses into a single regex