From 5104ecabadaa17a908bf0be1629e85213fcf3c60 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 11 May 2020 12:38:05 -0700 Subject: [PATCH] add to test error white list --- 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 1b8f79711d..3656e12d0d 100644 --- a/test/integration/error_spam_test.go +++ b/test/integration/error_spam_test.go @@ -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