diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java index 5898c5cfd44..b0a863b4cf1 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java @@ -2367,6 +2367,7 @@ public void loanWithCahargesOfTypeAmountPlusInterestPercentageAndUpfrontAccrualA * charges with calculation type flat */ @Test + @Ignore // TODO FINERACT-885 public void loanWithFlatCahargesAndPeriodicAccrualAccountingEnabled() { this.journalEntryHelper = new JournalEntryHelper(this.requestSpec, this.responseSpec); this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec);