Skip to content

Commit 61e4abc

Browse files
author
Per Goncalves da Silva
committed
patch subscription e2e flake
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent b3fe475 commit 61e4abc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: test/e2e/subscription_e2e_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -2601,13 +2601,13 @@ var _ = Describe("Subscription", func() {
26012601
sub, err = fetchSubscription(crc, generatedNamespace.GetName(), subName, subscriptionHasCurrentCSV("example-operator.v0.3.0"))
26022602
Expect(err).Should(BeNil())
26032603

2604-
By("waiting for the subscription to have v0.3.0 installed with a Package deprecated condition")
2604+
By("waiting for the subscription to have v0.3.0 installed without a bundle deprecated condition")
26052605
sub, err = fetchSubscription(crc, generatedNamespace.GetName(), subName,
26062606
subscriptionHasCondition(
2607-
operatorsv1alpha1.SubscriptionPackageDeprecated,
2608-
corev1.ConditionTrue,
2607+
operatorsv1alpha1.SubscriptionBundleDeprecated,
2608+
corev1.ConditionUnknown,
2609+
"",
26092610
"",
2610-
"olm.package/test-package: test-package has been deprecated. Please switch to another-package.",
26112611
),
26122612
)
26132613

0 commit comments

Comments
 (0)