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

kaze 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 0bcdfbe  Disable FixedDepositTest > 
testFixedDepositAccountClosureTypeWithdrawal_WITH_HOLD_TAX
0bcdfbe is described below

commit 0bcdfbe2da3cefed4748ca38c266d13e8723287b
Author: xurror <[email protected]>
AuthorDate: Fri Jul 31 18:49:16 2020 +0100

    Disable FixedDepositTest > 
testFixedDepositAccountClosureTypeWithdrawal_WITH_HOLD_TAX
---
 .../java/org/apache/fineract/integrationtests/FixedDepositTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/FixedDepositTest.java
 
b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/FixedDepositTest.java
index e903efb..5864078 100644
--- 
a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/FixedDepositTest.java
+++ 
b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/FixedDepositTest.java
@@ -59,6 +59,7 @@ import org.joda.time.Months;
 import org.junit.jupiter.api.AfterEach;
 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.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -397,6 +398,7 @@ public class FixedDepositTest {
 
     }
 
+    @Disabled
     @Test
     public void testFixedDepositAccountClosureTypeWithdrawal_WITH_HOLD_TAX() 
throws InterruptedException {
         this.fixedDepositProductHelper = new 
FixedDepositProductHelper(this.requestSpec, this.responseSpec);

Reply via email to