Skip to content

Commit ef73fb9

Browse files
authored
MINOR: Remove DeleteSegmentsByRetentionTimeTest#executeTieredStorageTest flaky annotation (#19301)
This test was fixed by [this commit](#18861) and hasn't failed for about two weeks. Therefore, we can remove the `@Flaky` annotation. Gradle report: https://develocity.apache.org/scans/tests?search.rootProjectNames=kafka&search.startTimeMax=1743081652853&search.startTimeMin=1741795200000&search.tags=github%2Ctrunk&search.timeZoneId=Asia%2FTaipei&tests.container=org.apache.kafka.tiered.storage.integration.DeleteSegmentsByRetentionTimeTest Reviewers: TaiJuWu <[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent cd49634 commit ef73fb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/src/test/java/org/apache/kafka/tiered/storage/integration/DeleteSegmentsByRetentionTimeTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
package org.apache.kafka.tiered.storage.integration;
1818

1919
import org.apache.kafka.common.config.TopicConfig;
20-
import org.apache.kafka.common.test.api.Flaky;
2120

2221
import java.util.Map;
2322

24-
@Flaky("KAFKA-18606")
2523
public final class DeleteSegmentsByRetentionTimeTest extends BaseDeleteSegmentsTest {
2624

2725
@Override

0 commit comments

Comments
 (0)