From 8bbb6704c1535b2476c0daf80180106a95a2f2c9 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Sat, 6 Mar 2021 11:39:36 -0500 Subject: [PATCH] Update flaky volume toleration regex to include projected volumes --- test/e2e/node/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/node/pods.go b/test/e2e/node/pods.go index 39896921d29..471f2a39e3a 100644 --- a/test/e2e/node/pods.go +++ b/test/e2e/node/pods.go @@ -206,7 +206,7 @@ var _ = SIGDescribe("Pods Extended", func() { ginkgo.It("should never report success for a pending container", func() { ginkgo.By("creating pods that should always exit 1 and terminating the pod after a random delay") - var reBug88766 = regexp.MustCompile(`rootfs_linux.*kubernetes\.io~secret.*no such file or directory`) + var reBug88766 = regexp.MustCompile(`rootfs_linux.*kubernetes\.io~(secret|projected).*no such file or directory`) var ( lock sync.Mutex