Skip to content

Commit

Permalink
FINERACT-719 Ignoring test cases over Excel imports of loans and savings
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwasbabu committed Feb 28, 2019
1 parent 4372bb5 commit 0258d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -63,6 +64,7 @@ public void setup() {
}

@Test
@Ignore
public void testSavingsImport() throws InterruptedException, IOException, ParseException {

requestSpec.header(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_JSON);
Expand Down

0 comments on commit 0258d22

Please sign in to comment.