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 c0ac209ed2e737472970868e7a8644182f8fb80a Author: Saransh Sharma <[email protected]> AuthorDate: Sun May 3 20:35:55 2020 +0530 FINERACT-923 --- .../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 9ff1a68..5b3f00c 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 @@ -267,6 +267,7 @@ public class SchedulerJobsTestResults { } @Test + @Ignore // TODO FINERACT-923 public void testApplyHolidaysToLoansJobOutcome() throws InterruptedException { this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec); this.loanTransactionHelper = new LoanTransactionHelper(this.requestSpec, this.responseSpec);
