Skip to content

Commit

Permalink
fixed report impl tests (safe versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jan 13, 2023
1 parent 1c0d91c commit 3455975
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ public void test102AuditCollectionReportWithDoubleView() throws Exception {
super.test102AuditCollectionReportWithDoubleView();
}

@Test(expectedExceptions = { AssertionError.class })
@Override
public void test130ExportUsersWithAssignments() throws Exception {
super.test130ExportUsersWithAssignments();
}

@Test(expectedExceptions = { AssertionError.class })
@Override
public void test140ExportAuditRecords() throws Exception {
Expand Down

0 comments on commit 3455975

Please sign in to comment.