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

adamsaghy 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 ce3c9cc297 FINERACT-2421: Disable wrong guarantor test case temporarily
ce3c9cc297 is described below

commit ce3c9cc2973451d5c88c482a14ee26d05fea08ed
Author: Adam Saghy <[email protected]>
AuthorDate: Thu Feb 19 13:09:48 2026 +0100

    FINERACT-2421: Disable wrong guarantor test case temporarily
---
 .../apache/fineract/integrationtests/GroupSavingsIntegrationTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/GroupSavingsIntegrationTest.java
 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/GroupSavingsIntegrationTest.java
index 07999a1cfb..02e9831eeb 100644
--- 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/GroupSavingsIntegrationTest.java
+++ 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/GroupSavingsIntegrationTest.java
@@ -55,6 +55,7 @@ import 
org.apache.fineract.integrationtests.guarantor.GuarantorHelper;
 import org.apache.fineract.integrationtests.guarantor.GuarantorTestBuilder;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.ExtendWith;
 import org.slf4j.Logger;
@@ -902,6 +903,7 @@ public class GroupSavingsIntegrationTest {
      * </ul>
      */
     @Test
+    @Disabled("Using GROUP as Client guarantor causes issues... need to be 
fixed to support GROUP as guarantor")
     public void testOnHoldTransactionsApiForGroupSavingsAccount() {
         this.savingsAccountHelper = new SavingsAccountHelper(this.requestSpec, 
this.responseSpec);
 

Reply via email to