You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/cluster_staged_updaterun_test.go
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1953,39 +1953,6 @@ var _ = Describe("Test member cluster join and leave flow with updateRun", Label
1953
1953
Eventually(bindingBoundActual, eventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to mark binding for member cluster %s as bound", allMemberClusterNames[0])
1954
1954
})
1955
1955
})
1956
-
1957
-
Context("Rejoin a member cluster and change to rollout CRP with rollingUpdate", Label("joinleave"), Ordered, Serial, func() {
1958
-
It("Should be able to rejoin member cluster 1", func() {
Eventually(crpStatusUpdatedActual, eventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to update CRP status as expected with rolling update")
1980
-
1981
-
// Verify resources are placed on all member clusters.
Eventually(bindingBoundActual, eventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to mark binding for member cluster %s as bound with rolling update", allMemberClusterNames[0])
0 commit comments