diff --git a/test/integration/error_spam_test.go b/test/integration/error_spam_test.go index d144da8945..254db00770 100644 --- a/test/integration/error_spam_test.go +++ b/test/integration/error_spam_test.go @@ -32,6 +32,8 @@ var stderrWhitelist = []string{ `kubectl`, // slow docker warning `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`, } // stderrWhitelistRe combines rootCauses into a single regex