From 7657bf5508bb3fde1f9795eb706875cc54e1c578 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 26 Apr 2020 12:12:09 +0200 Subject: [PATCH] add @Ignore to flaky method in ClientLoanIntegrationTest (FINERACT-885) testLoanScheduleWithInterestRecalculation_WITH_REST_DAILY_INTEREST_COMPOUND_INTEREST_FEE_STRATEGY_WITH_OVERDUE_CHARGE() --- .../fineract/integrationtests/ClientLoanIntegrationTest.java | 2 ++ 1 file changed, 2 insertions(+) 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 7e553b735e5..82c6412e271 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 @@ -57,6 +57,7 @@ import org.joda.time.LocalDate; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; /** @@ -3768,6 +3769,7 @@ private void testLoanScheduleWithInterestRecalculation_WITH_REST_WEEKLY_INTEREST } @Test + @Ignore // TODO FINERACT-885 public void testLoanScheduleWithInterestRecalculation_WITH_REST_DAILY_INTEREST_COMPOUND_INTEREST_FEE_STRATEGY_WITH_OVERDUE_CHARGE() throws InterruptedException { this.loanTransactionHelper = new LoanTransactionHelper(this.requestSpec, this.responseSpec);