Skip to content

Commit

Permalink
chore: remove checking container image id results
Browse files Browse the repository at this point in the history
  • Loading branch information
theflockers committed Mar 19, 2024
1 parent 94e111d commit d3431bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/release/pipelines/rh_push_to_external_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,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}")
Expand Down Expand Up @@ -331,7 +331,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 {
Expand Down

0 comments on commit d3431bc

Please sign in to comment.