From c9838a8e11ceef60679a3671181595b74d7164fe Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 26 Apr 2020 17:23:42 +0200 Subject: [PATCH] add @Ignore to another ClientLoanIntegrationTest method (FINERACT-885) loanWithFlatCahargesAndPeriodicAccrualAccountingEnabled() --- .../fineract/integrationtests/ClientLoanIntegrationTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java index 5898c5cfd44..b0a863b4cf1 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java @@ -2367,6 +2367,7 @@ public void loanWithCahargesOfTypeAmountPlusInterestPercentageAndUpfrontAccrualA * charges with calculation type flat */ @Test + @Ignore // TODO FINERACT-885 public void loanWithFlatCahargesAndPeriodicAccrualAccountingEnabled() { this.journalEntryHelper = new JournalEntryHelper(this.requestSpec, this.responseSpec); this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec);