adamsaghy commented on code in PR #3200:
URL: https://github.com/apache/fineract/pull/3200#discussion_r1206344322
##########
fineract-provider/src/test/java/org/apache/fineract/infrastructure/jobs/filter/LoanCOBApiFilterTest.java:
##########
@@ -265,6 +263,7 @@ void
shouldProceedWhenRescheduleLoanIsNotLockedAndNotBehind() throws ServletExce
verify(filterChain, times(1)).doFilter(request, response);
}
+ @Disabled("Not relevant after removing loan soft lock for cob processing")
Review Comment:
if it is not relevant, please 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]