Skip to content

Commit 212cd67

Browse files
committed
Ignore :( flaky :( AccountingScenarioIntegrationTest (FINERACT-899)
both checkPeriodicAccrualAccountingFlow_OVER_PAYMENT() as well as checkPeriodicAccrualAccountingTillCurrentDateFlow() but not the others
1 parent 83899c2 commit 212cd67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AccountingScenarioIntegrationTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
import org.joda.time.LocalDate;
6363
import org.junit.Assert;
6464
import org.junit.Before;
65+
import org.junit.Ignore;
6566
import org.junit.Test;
6667

6768
@SuppressWarnings({ "unused", "rawtypes", "unchecked", "static-access" })
@@ -668,6 +669,7 @@ public void checkPeriodicAccrualAccountingFlow() {
668669
}
669670

670671
@Test
672+
@Ignore // TODO https://issues.apache.org/jira/browse/FINERACT-899
671673
public void checkPeriodicAccrualAccountingFlow_OVER_PAYMENT() {
672674
final Account assetAccount = this.accountHelper.createAssetAccount();
673675
final Account incomeAccount = this.accountHelper.createIncomeAccount();
@@ -726,6 +728,7 @@ public void checkPeriodicAccrualAccountingFlow_OVER_PAYMENT() {
726728
}
727729

728730
@Test
731+
@Ignore // TODO https://issues.apache.org/jira/browse/FINERACT-899
729732
public void checkPeriodicAccrualAccountingTillCurrentDateFlow() {
730733
final Account assetAccount = this.accountHelper.createAssetAccount();
731734
final Account incomeAccount = this.accountHelper.createIncomeAccount();

0 commit comments

Comments
 (0)