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/05/08 17:18:35 UTC

[fineract] branch develop updated: ignore another flaky test in SchedulerJobsTestResults (FINERACT-857) (#839)

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 e2d076f  ignore another flaky test in SchedulerJobsTestResults (FINERACT-857) (#839)
e2d076f is described below

commit e2d076f15e4d35f86425d34287fdf64cb3fead32
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Fri May 8 19:18:26 2020 +0200

    ignore another flaky test in SchedulerJobsTestResults (FINERACT-857) (#839)
    
    testUpdateLoanArrearsAgingJobOutcome()
---
 .../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 8129bff..0ece685 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
@@ -439,6 +439,7 @@ public class SchedulerJobsTestResults {
     }
 
     @Test
+    @Ignore // TODO FINERACT-857
     public void testUpdateLoanArrearsAgingJobOutcome() throws InterruptedException {
         this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec);
         this.loanTransactionHelper = new LoanTransactionHelper(this.requestSpec, this.responseSpec);