Skip to content

Commit

Permalink
Ignore :( flaky :( AccountingScenarioIntegrationTest (FINERACT-899)
Browse files Browse the repository at this point in the history
both checkPeriodicAccrualAccountingFlow_OVER_PAYMENT()
as well as checkPeriodicAccrualAccountingTillCurrentDateFlow()
but not the others
  • Loading branch information
vorburger committed Apr 18, 2020
1 parent 83899c2 commit 1ea1439
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" })
Expand Down Expand Up @@ -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();
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 1ea1439

Please sign in to comment.