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 7e553b735e5..82c6412e271 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 @@ -57,6 +57,7 @@ import org.joda.time.LocalDate; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; /** @@ -3768,6 +3769,7 @@ private void testLoanScheduleWithInterestRecalculation_WITH_REST_WEEKLY_INTEREST } @Test + @Ignore // TODO FINERACT-885 public void testLoanScheduleWithInterestRecalculation_WITH_REST_DAILY_INTEREST_COMPOUND_INTEREST_FEE_STRATEGY_WITH_OVERDUE_CHARGE() throws InterruptedException { this.loanTransactionHelper = new LoanTransactionHelper(this.requestSpec, this.responseSpec);