diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AccountingScenarioIntegrationTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AccountingScenarioIntegrationTest.java index c15436a3ecb..5099ab7f5e3 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AccountingScenarioIntegrationTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AccountingScenarioIntegrationTest.java @@ -62,6 +62,7 @@ import org.joda.time.LocalDate; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; @SuppressWarnings({ "unused", "rawtypes", "unchecked", "static-access" }) @@ -668,6 +669,7 @@ public void checkPeriodicAccrualAccountingFlow() { } @Test + @Ignore // TODO https://issues.apache.org/jira/browse/FINERACT-899 public void checkPeriodicAccrualAccountingFlow_OVER_PAYMENT() { final Account assetAccount = this.accountHelper.createAssetAccount(); final Account incomeAccount = this.accountHelper.createIncomeAccount(); @@ -726,6 +728,7 @@ public void checkPeriodicAccrualAccountingFlow_OVER_PAYMENT() { } @Test + @Ignore // TODO https://issues.apache.org/jira/browse/FINERACT-899 public void checkPeriodicAccrualAccountingTillCurrentDateFlow() { final Account assetAccount = this.accountHelper.createAssetAccount(); final Account incomeAccount = this.accountHelper.createIncomeAccount();