diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java index f276280886e..22096e55249 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java @@ -60,6 +60,7 @@ import org.junit.After; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; @SuppressWarnings({ "unused", "rawtypes", "unchecked", "static-access" }) @@ -853,6 +854,7 @@ public void testRecurringDepositAccountWithClosureTypeTransferToSavings_WITH_HOL * transaction type ReInvest and Cash Based accounting enabled */ @Test + @Ignore // TODO FINERACT-855 public void testRecurringDepositAccountWithPrematureClosureTypeReinvest() { this.recurringDepositProductHelper = new RecurringDepositProductHelper(this.requestSpec, this.responseSpec); this.accountHelper = new AccountHelper(this.requestSpec, this.responseSpec);