diff --git a/tests/release/pipelines/rh_push_to_external_registry.go b/tests/release/pipelines/rh_push_to_external_registry.go index fe5c03e30..75e7fadfd 100644 --- a/tests/release/pipelines/rh_push_to_external_registry.go +++ b/tests/release/pipelines/rh_push_to_external_registry.go @@ -5,7 +5,6 @@ import ( "encoding/json" "fmt" "os" - "regexp" "time" "github.com/devfile/library/v2/pkg/util" @@ -37,7 +36,6 @@ var _ = framework.ReleasePipelinesSuiteDescribe("[HACBS-1571]test-release-e2e-pu AfterEach(framework.ReportFailure(&fw)) var err error var devNamespace, managedNamespace, compName, additionalCompName string - var avgControllerQueryTimeout = 5 * time.Minute var imageIDs []string var pyxisKeyDecoded, pyxisCertDecoded []byte @@ -300,7 +298,7 @@ var _ = framework.ReleasePipelinesSuiteDescribe("[HACBS-1571]test-release-e2e-pu }, releasecommon.ReleasePipelineRunCompletionTimeout, constants.PipelineRunPollingInterval).Should(Succeed()) }) - It("validate the result of task create-pyxis-image contains image ids", func() { +/* It("validate the result of task create-pyxis-image contains image ids", func() { Eventually(func() []string { re := regexp.MustCompile("[a-fA-F0-9]{24}") @@ -331,7 +329,8 @@ var _ = framework.ReleasePipelinesSuiteDescribe("[HACBS-1571]test-release-e2e-pu return imageIDs }, avgControllerQueryTimeout, releasecommon.DefaultInterval).Should(HaveLen(2)) - }) + })*/ + // IDs are not stored in results anymore It("tests that associated Release CR has completed for each Component's Snapshot", func() { Eventually(func() error {