From 8f78ea532778f1e1ea18430a8ec15935df957f8b Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Thu, 19 Dec 2019 12:32:26 -0500 Subject: [PATCH] Bug 1785326: Disable build OOM test RHCOS-related change broke the reason reported by the build container. Disabling until it is fixed. --- test/extended/builds/failure_status.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/extended/builds/failure_status.go b/test/extended/builds/failure_status.go index 07f7b6dac7e5..c3137c2a382b 100644 --- a/test/extended/builds/failure_status.go +++ b/test/extended/builds/failure_status.go @@ -125,6 +125,7 @@ var _ = g.Describe("[Feature:Builds][Slow] update failure status", func() { g.Describe("Build status OutOfMemoryKilled", func() { g.It("should contain OutOfMemoryKilled failure reason and message", func() { + g.Skip("Bug 1785326: Build pod reporting reason Error instead of OOMKilled") err := oc.Run("create").Args("-f", oomkilled).Execute() o.Expect(err).NotTo(o.HaveOccurred())