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/05/02 12:16:26 UTC

[fineract] branch develop updated: add @ignore to SchedulerJobsTestResults.testInterestPostingForSavingsJobOutcome

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 9cd4592  add @ignore to SchedulerJobsTestResults.testInterestPostingForSavingsJobOutcome
9cd4592 is described below

commit 9cd459273ce098538b49d01884d64033a2f1f560
Author: rrpawar96 <rr...@gmail.com>
AuthorDate: Sat May 2 16:44:57 2020 +0530

    add @ignore to SchedulerJobsTestResults.testInterestPostingForSavingsJobOutcome
---
 .../org/apache/fineract/integrationtests/SchedulerJobsTestResults.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java
index 317ce69..118d058 100644
--- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java
+++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java
@@ -162,6 +162,7 @@ public class SchedulerJobsTestResults {
     }
 
     @Test
+    @Ignore
     public void testInterestPostingForSavingsJobOutcome() throws InterruptedException {
         this.savingsAccountHelper = new SavingsAccountHelper(this.requestSpec, this.responseSpec);
         this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec);