We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd49634 commit ef73fb9Copy full SHA for ef73fb9
storage/src/test/java/org/apache/kafka/tiered/storage/integration/DeleteSegmentsByRetentionTimeTest.java
@@ -17,11 +17,9 @@
17
package org.apache.kafka.tiered.storage.integration;
18
19
import org.apache.kafka.common.config.TopicConfig;
20
-import org.apache.kafka.common.test.api.Flaky;
21
22
import java.util.Map;
23
24
-@Flaky("KAFKA-18606")
25
public final class DeleteSegmentsByRetentionTimeTest extends BaseDeleteSegmentsTest {
26
27
@Override
0 commit comments