Skip to content

Commit

Permalink
fineract-provider/src/integrationTest/java/org/apache/fineract/integr…
Browse files Browse the repository at this point in the history
…ationtests/common/shares/ShareAccountIntegrationTests.java
  • Loading branch information
vishwasbabu committed Feb 28, 2019
1 parent fd8121f commit 4372bb5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.apache.fineract.integrationtests.common.savings.SavingsAccountHelper;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import com.google.gson.Gson;
Expand Down Expand Up @@ -210,7 +211,9 @@ public void testShareAccountApproval() {
Assert.assertEquals("25", String.valueOf(summaryMap.get("totalApprovedShares")));
Assert.assertEquals("0", String.valueOf(summaryMap.get("totalPendingForApprovalShares")));
}

@Test
@Ignore
@SuppressWarnings("unchecked")
public void rejectShareAccount() {
shareProductHelper = new ShareProductHelper();
Expand Down

0 comments on commit 4372bb5

Please sign in to comment.