diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/loan/LoanImportHandlerTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/loan/LoanImportHandlerTest.java index 91bb0bdb249..f4fe1771c00 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/loan/LoanImportHandlerTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/loan/LoanImportHandlerTest.java @@ -36,6 +36,7 @@ import org.apache.poi.ss.usermodel.Workbook; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import javax.ws.rs.core.HttpHeaders; @@ -58,6 +59,7 @@ public void setup() { } @Test + @Ignore public void testLoanImport() throws InterruptedException, IOException, ParseException { requestSpec.header(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_JSON); //in order to populate helper sheets diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/savings/SavingsImportHandlerTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/savings/SavingsImportHandlerTest.java index c22ec1f2002..66f7bd757a8 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/savings/SavingsImportHandlerTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/savings/SavingsImportHandlerTest.java @@ -41,6 +41,7 @@ import org.apache.poi.ss.usermodel.Workbook; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import javax.ws.rs.core.HttpHeaders; @@ -63,6 +64,7 @@ public void setup() { } @Test + @Ignore public void testSavingsImport() throws InterruptedException, IOException, ParseException { requestSpec.header(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_JSON);