Skip to content

Commit 9a85c6a

Browse files
Merge pull request #1898 from openshift-cherrypick-robot/cherry-pick-1896-to-release-4.6
[release-4.6] Bug 1905746: fix(e2e): Fix subscription manual approval flaky test
2 parents 74afb99 + cf46271 commit 9a85c6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/subscription_e2e_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ var _ = Describe("Subscription", func() {
249249
return nil
250250
})).Should(Succeed())
251251

252-
_, err = crc.OperatorsV1alpha1().InstallPlans(testNamespace).Update(context.Background(), newInstallPlan, metav1.UpdateOptions{})
253-
require.NoError(GinkgoT(), err)
254-
255252
subscription, err = fetchSubscription(crc, testNamespace, "manual-subscription", subscriptionStateAtLatestChecker)
256253
require.NoError(GinkgoT(), err)
257254
require.NotNil(GinkgoT(), subscription)

0 commit comments

Comments
 (0)