From 18563aaf63880bbf0759a14ec4a57807b48ce6ec Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Wed, 29 Apr 2020 12:20:27 -0700 Subject: [PATCH] Add example --- test/integration/error_spam_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/error_spam_test.go b/test/integration/error_spam_test.go index 43e250eb8e..cb1d1ad6d4 100644 --- a/test/integration/error_spam_test.go +++ b/test/integration/error_spam_test.go @@ -35,6 +35,7 @@ var stderrWhitelist = []string{ // don't care if we can't push images to other profiles `cache_images.go:.*error getting status`, // network flakiness on VirtualBox + // ! Unable to verify SSH connectivity: dial tcp 192.168.99.249:22: i/o timeout. Will retry... `SSH.*i/o timeout.retry`, }