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 Oct 4, 2024
1 parent 6bca70b commit b9ededc
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 b9ededc

Please sign in to comment.