File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments