Skip to content

Commit 2a0af92

Browse files
Merge pull request #359 from huali9/removecomment
OCPCLOUD-2992: Enable MAPI machine synchronized e2e tests (re-enable after OCPBUGS-54703 fix)
2 parents a18e6a8 + 3ebc292 commit 2a0af92

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

e2e/machine_migration_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:MachineAPIMigration] Ma
5959
It("should find MAPI Machine .status.authoritativeAPI to equal ClusterAPI", func() {
6060
verifyMachineAuthoritative(newMapiMachine, machinev1beta1.MachineAuthorityClusterAPI)
6161
})
62-
//there is a bug for this https://issues.redhat.com/browse/OCPBUGS-54703
63-
PIt("should verify MAPI Machine Synchronized condition is True", func() {
62+
It("should verify MAPI Machine Synchronized condition is True", func() {
6463
verifyMachineSynchronizedCondition(newMapiMachine, machinev1beta1.MachineAuthorityClusterAPI)
6564
})
6665
It("should verify MAPI Machine Paused condition is True", func() {
@@ -93,8 +92,7 @@ var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:MachineAPIMigration] Ma
9392
It("should find MAPI Machine .status.authoritativeAPI to equal ClusterAPI", func() {
9493
verifyMachineAuthoritative(newMapiMachine, machinev1beta1.MachineAuthorityClusterAPI)
9594
})
96-
//there is a bug for this https://issues.redhat.com/browse/OCPBUGS-54703
97-
PIt("should verify MAPI Machine Synchronized condition is True", func() {
95+
It("should verify MAPI Machine Synchronized condition is True", func() {
9896
verifyMachineSynchronizedCondition(newMapiMachine, machinev1beta1.MachineAuthorityClusterAPI)
9997
})
10098
It("should verify MAPI Machine Paused condition is True", func() {

0 commit comments

Comments
 (0)