adamsaghy commented on code in PR #5053:
URL: https://github.com/apache/fineract/pull/5053#discussion_r2431901509


##########
fineract-provider/src/test/java/org/apache/fineract/portfolio/loanaccount/service/reaging/LoanReAgingValidatorTest.java:
##########
@@ -287,6 +288,7 @@ public void 
testValidateReAge_ShouldThrowException_WhenNumberOfInstallmentsIsNeg
                 
.isEqualTo("validation.msg.loan.reAge.numberOfInstallments.not.greater.than.zero");
     }
 
+    @Disabled

Review Comment:
   If this is not valid anymore, remove it.



##########
fineract-provider/src/test/java/org/apache/fineract/portfolio/loanaccount/service/reaging/LoanReAgingValidatorTest.java:
##########
@@ -349,6 +351,7 @@ public void 
testValidateReAge_ShouldThrowException_WhenLoanIsNotOnAdvancedPaymen
                 
.isEqualTo("error.msg.loan.reage.supported.only.for.progressive.loan.schedule.type");
     }
 
+    @Disabled

Review Comment:
   If this is not valid anymore, remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to