percyashu commented on a change in pull request #1179:
URL: https://github.com/apache/fineract/pull/1179#discussion_r461971272
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/interoperation/InteropTest.java
##########
@@ -100,7 +100,7 @@ public void setup() {
interopHelper = new InteropHelper(requestSpec, responseSpec,
savingsExternalId, transactionCode);
}
- @Test
+ @Ignore
public void testInteroperation() {
createClient();
createSavingsProduct();
Review comment:
I have resolved this.
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java
##########
@@ -3850,7 +3853,7 @@ public void
testLoanScheduleWithInterestRecalculation_WITH_REST_DAILY_INTEREST_C
}
- @Test
+ @Ignore
public void
testLoanScheduleWithInterestRecalculation_WITH_PERIODIC_ACCOUNTING() {
this.loanTransactionHelper = new
LoanTransactionHelper(this.requestSpec, this.responseSpec);
this.periodicAccrualAccountingHelper = new
PeriodicAccrualAccountingHelper(this.requestSpec, this.responseSpec);
Review comment:
Just this test left
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]