You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2020/04/26 10:12:22 UTC

[fineract] branch develop updated: add @Ignore to flaky method in RecurringDepositTest (FINERACT-855) (#783)

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

awasum 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 fd9a1ba  add @Ignore to flaky method in RecurringDepositTest (FINERACT-855) (#783)
fd9a1ba is described below

commit fd9a1ba1be93b5ec77212ceaa29990cff42ee708
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Sun Apr 26 12:12:13 2020 +0200

    add @Ignore to flaky method in RecurringDepositTest (FINERACT-855) (#783)
    
    testRecurringDepositAccountWithPrematureClosureTypeReinvest()
---
 .../java/org/apache/fineract/integrationtests/RecurringDepositTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java
index f276280..22096e5 100644
--- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java
+++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/RecurringDepositTest.java
@@ -60,6 +60,7 @@ import org.joda.time.Months;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 @SuppressWarnings({ "unused", "rawtypes", "unchecked", "static-access" })
@@ -853,6 +854,7 @@ public class RecurringDepositTest {
      * transaction type ReInvest and Cash Based accounting enabled
      */
     @Test
+    @Ignore // TODO FINERACT-855
     public void testRecurringDepositAccountWithPrematureClosureTypeReinvest() {
         this.recurringDepositProductHelper = new RecurringDepositProductHelper(this.requestSpec, this.responseSpec);
         this.accountHelper = new AccountHelper(this.requestSpec, this.responseSpec);