Skip to content

Commit 42771b6

Browse files
KAFKA-18845 Remove flaky tag on QuorumControllerTest#testUncleanShutdownBrokerElrEnabled (apache#19403)
It has been around two weeks since fixing QuorumControllerTest#testUncleanShutdownBrokerElrEnabled PR apache#19240 was merged. There is no flaky result after 2025/03/21, so it has enough evidence to prove the flaky is fixed. It's good to remove flaky tag. Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 8bdd73c commit 42771b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

metadata/src/test/java/org/apache/kafka/controller/QuorumControllerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ public void testElrEnabledByDefault() throws Throwable {
374374
}
375375
}
376376

377-
@Flaky("KAFKA-18845")
378377
@Test
379378
public void testUncleanShutdownBrokerElrEnabled() throws Throwable {
380379
List<Integer> allBrokers = List.of(1, 2, 3);

0 commit comments

Comments
 (0)