Skip to content

Commit

Permalink
[fix][broker] Fix delivery-test with unnecessary invocation-count (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhabalia authored and hanmz committed Feb 12, 2025
1 parent 048daf8 commit daedb63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public void testMultiConsumerRedeliveryAddEpoch(boolean enableBatch) throws Exce
assertNull(message);
}

@Test(dataProvider = "enableBatch", invocationCount = 10)
@Test(dataProvider = "enableBatch")
public void testMultiConsumerBatchRedeliveryAddEpoch(boolean enableBatch) throws Exception{

final String topic = "testMultiConsumerBatchRedeliveryAddEpoch";
Expand Down

0 comments on commit daedb63

Please # to comment.