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 1e2e88c  add @Ignore to another SchedulerJobsTestResults method 
(FINERACT-857)
1e2e88c is described below

commit 1e2e88c8bbd68e50a4d0c06cb61faa879a2d8aff
Author: Michael Vorburger <[email protected]>
AuthorDate: Sun May 3 04:58:05 2020 +0200

    add @Ignore to another SchedulerJobsTestResults method (FINERACT-857)
    
    testUpdateOverdueDaysForNPA()
---
 .../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 9163da0..9ff1a68 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
@@ -798,6 +798,7 @@ public class SchedulerJobsTestResults {
     }
 
     @Test
+    @Ignore // TODO FINERACT-857
     public void testUpdateOverdueDaysForNPA() throws InterruptedException {
         this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, 
this.responseSpec);
         this.loanTransactionHelper = new 
LoanTransactionHelper(this.requestSpec, this.responseSpec);

Reply via email to