This is an automated email from the ASF dual-hosted git repository.

arnold 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 06f5d3cbd FINERACT-1724: Disable failing test
06f5d3cbd is described below

commit 06f5d3cbddf88ea5a8a9ea90b2e28417f6330e5f
Author: Adam Saghy <[email protected]>
AuthorDate: Tue Jan 31 11:37:06 2023 +0100

    FINERACT-1724: Disable failing test
---
 .../apache/fineract/integrationtests/LoanTransactionChargebackTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionChargebackTest.java
 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionChargebackTest.java
index b5bbdfa6d..bc793834d 100644
--- 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionChargebackTest.java
+++ 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionChargebackTest.java
@@ -50,6 +50,7 @@ import 
org.apache.fineract.integrationtests.common.loans.LoanProductTestBuilder;
 import org.apache.fineract.integrationtests.common.loans.LoanTransactionHelper;
 import 
org.apache.fineract.integrationtests.common.products.DelinquencyBucketsHelper;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @Slf4j
@@ -163,6 +164,7 @@ public class LoanTransactionChargebackTest {
         loanTransactionHelper.applyChargebackTransaction(loanId, 
transactionId, "0.00", 0, responseSpecErr400);
     }
 
+    @Disabled("Failing test.Need rework")
     @Test
     public void applyLoanTransactionChargebackInLongTermLoan() {
         // Client and Loan account creation

Reply via email to