Skip to content

Commit

Permalink
Merge pull request #492 from Amarthya-v/patch-1
Browse files Browse the repository at this point in the history
Mark upgrade as pending for outdated configurations
  • Loading branch information
openshift-merge-bot[bot] authored Jan 15, 2025
2 parents 4eee160 + 7f80dde commit cb3ae47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osde2e/managed_upgrade_operator_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ var _ = ginkgo.Describe("managed-upgrade-operator", ginkgo.Ordered, func() {
})
})

ginkgo.It("can be upgraded", func(ctx context.Context) {
ginkgo.PIt("can be upgraded", func(ctx context.Context) {
err := k8s.UpgradeOperator(ctx, operatorName, operatorNamespace)
Expect(err).NotTo(HaveOccurred(), "operator upgrade failed")
})
Expand Down

0 comments on commit cb3ae47

Please sign in to comment.