From 4175d401c0c3784142d5ba714003704fc3ab575d Mon Sep 17 00:00:00 2001 From: gabemontero Date: Fri, 13 Dec 2019 16:31:14 -0500 Subject: [PATCH] disable jenkins e2e in build suite until https://bugzilla.redhat.com/show_bug.cgi?id=1783530 is resolved --- test/extended/builds/pipeline_origin_bld.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/extended/builds/pipeline_origin_bld.go b/test/extended/builds/pipeline_origin_bld.go index 6ed4e297bf19..ad366a92741e 100644 --- a/test/extended/builds/pipeline_origin_bld.go +++ b/test/extended/builds/pipeline_origin_bld.go @@ -214,6 +214,7 @@ var _ = g.Describe("[Feature:Builds][Feature:Jenkins][Slow] openshift pipeline b g.Context("jenkins-client-plugin tests", func() { g.It("using the ephemeral template", func() { + g.Skip("disabling Jenkins until https://bugzilla.redhat.com/show_bug.cgi?id=1783530 sorted out") defer cleanup(jenkinsEphemeralTemplatePath) setupJenkins(jenkinsEphemeralTemplatePath) @@ -380,6 +381,7 @@ var _ = g.Describe("[Feature:Builds][Feature:Jenkins][Slow] openshift pipeline b g.Context("Sync plugin tests", func() { g.It("using the ephemeral template", func() { + g.Skip("disabling Jenkins until https://bugzilla.redhat.com/show_bug.cgi?id=1783530 sorted out") defer cleanup(jenkinsEphemeralTemplatePath) setupJenkins(jenkinsEphemeralTemplatePath)