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
commit 90dec192013cfb4b9cd527c8142b8353c13705dd Author: Saransh Sharma <[email protected]> AuthorDate: Sun May 3 21:35:17 2020 +0530 FINERACT-925 --- .../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 e5f97ff..cff1505 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 @@ -686,6 +686,7 @@ public class SchedulerJobsTestResults { } @Test + @Ignore public void testApplyPenaltyForOverdueLoansJobOutcome() throws InterruptedException { this.savingsAccountHelper = new SavingsAccountHelper(this.requestSpec, this.responseSpec); this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec);
