Skip to content

Commit

Permalink
KAFKA-17990: Deflake testShareAutoOffsetResetDefaultValue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJSchofield committed Nov 22, 2024
1 parent 7db4d53 commit 0f93f7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/test/java/kafka/test/api/ShareConsumerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,6 @@ public void testLsoMovementByRecordsDeletion(String persister) {
}
}

@Flaky("KAFKA-18033")
@ParameterizedTest(name = "{displayName}.persister={0}")
@ValueSource(strings = {NO_OP_PERSISTER, DEFAULT_STATE_PERSISTER})
public void testShareAutoOffsetResetDefaultValue(String persister) {
Expand Down

0 comments on commit 0f93f7b

Please sign in to comment.