You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/04/18 21:07:35 UTC

[fineract] branch develop updated: Ignore :( flaky :( AccountingScenarioIntegrationTest (FINERACT-899)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 212cd67  Ignore :( flaky :( AccountingScenarioIntegrationTest (FINERACT-899)
212cd67 is described below

commit 212cd679e9df8f8bf7a735ed3e63eb6f9eac385e
Author: Michael Vorburger <mi...@vorburger.ch>
AuthorDate: Sat Apr 18 18:16:31 2020 +0200

    Ignore :( flaky :( AccountingScenarioIntegrationTest (FINERACT-899)
    
    both checkPeriodicAccrualAccountingFlow_OVER_PAYMENT()
    as well as checkPeriodicAccrualAccountingTillCurrentDateFlow()
    but not the others
---
 .../fineract/integrationtests/AccountingScenarioIntegrationTest.java   | 3 +++
 1 file changed, 3 insertions(+)

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 c15436a..5099ab7 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.Days;
 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 class AccountingScenarioIntegrationTest {
     }
 
     @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 class AccountingScenarioIntegrationTest {
     }
 
     @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();