Skip to content

Commit

Permalink
add @ignore to another ClientLoanIntegrationTest method (FINERACT-885)
Browse files Browse the repository at this point in the history
loanWithFlatCahargesAndPeriodicAccrualAccountingEnabled()
  • Loading branch information
vorburger committed Apr 26, 2020
1 parent d3aebf5 commit ede38dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2367,6 +2367,7 @@ public void loanWithCahargesOfTypeAmountPlusInterestPercentageAndUpfrontAccrualA
* charges with calculation type flat
*/
@Test
@Ignore // TODO FINERACT-885
public void loanWithFlatCahargesAndPeriodicAccrualAccountingEnabled() {
this.journalEntryHelper = new JournalEntryHelper(this.requestSpec, this.responseSpec);
this.schedulerJobHelper = new SchedulerJobHelper(this.requestSpec, this.responseSpec);
Expand Down

0 comments on commit ede38dc

Please sign in to comment.