Skip to content

Commit

Permalink
NO-JIRA ignoring invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed May 26, 2023
1 parent 1b9089f commit ff4c697
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ public void testListProducersAgainstServer() throws Exception {
// hence this test needs to be ignored when using the core protocol for management
}

@Override
@Ignore
public void testListProducersMessageCounts() throws Exception {
// invalid test when using core protocol (noise from itself)
}


@Ignore
@Override
Expand Down

0 comments on commit ff4c697

Please sign in to comment.