diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/office/OfficeImportHandlerTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/office/OfficeImportHandlerTest.java index 9bd80bc8ef9..dab3c5b24e0 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/office/OfficeImportHandlerTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/importhandler/office/OfficeImportHandlerTest.java @@ -34,6 +34,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 java.io.*; @@ -59,6 +60,7 @@ public void setup(){ } @Test + @Ignore public void testOfficeImport() throws IOException, InterruptedException, NoSuchFieldException, ParseException { OfficeHelper officeHelper=new OfficeHelper(requestSpec,responseSpec); Workbook workbook=officeHelper.getOfficeWorkBook("dd MMMM yyyy");