From 5af5098ed651aa376f4a53c40ba280f7859cd5b8 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Thu, 23 Apr 2020 12:40:04 -0700 Subject: [PATCH] Silence cache_images state errors --- test/integration/error_spam_test.go | 2 ++ 1 file changed, 2 insertions(+) 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