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/26 16:41:37 UTC

[fineract] branch develop updated: add @Ignore to another ClientLoanIntegrationTest method (FINERACT-885)

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 ede38dc  add @Ignore to another ClientLoanIntegrationTest method (FINERACT-885)
ede38dc is described below

commit ede38dc8fa5832fdf09df8197ae622b94ce0466d
Author: Michael Vorburger <mi...@vorburger.ch>
AuthorDate: Sun Apr 26 17:23:42 2020 +0200

    add @Ignore to another ClientLoanIntegrationTest method (FINERACT-885)
    
    loanWithFlatCahargesAndPeriodicAccrualAccountingEnabled()
---
 .../org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java
index 5898c5c..b0a863b 100644
--- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java
+++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java
@@ -2367,6 +2367,7 @@ public class ClientLoanIntegrationTest {
      * charges with calculation type flat
      */
     @Test
+    @Ignore // TODO FINERACT-885
     public void loanWithFlatCahargesAndPeriodicAccrualAccountingEnabled() {
         this.journalEntryHelper = new JournalEntryHelper(this.requestSpec, this.responseSpec);
         this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec);