File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
clients/src/test/java/org/apache/kafka/clients/consumer/internals Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 2626import org .apache .kafka .common .requests .FindCoordinatorRequest ;
2727import org .apache .kafka .common .requests .FindCoordinatorResponse ;
2828import org .apache .kafka .common .requests .RequestHeader ;
29- import org .apache .kafka .common .test .api .Flaky ;
3029import org .apache .kafka .common .utils .LogCaptureAppender ;
3130import org .apache .kafka .common .utils .LogContext ;
3231import org .apache .kafka .common .utils .MockTime ;
@@ -99,7 +98,6 @@ public void testSuccessfulResponse() {
9998 *
10099 * @see CoordinatorRequestManager#markCoordinatorUnknown(String, long)
101100 */
102- @ Flaky ("KAFKA-18776" )
103101 @ Test
104102 public void testMarkCoordinatorUnknownLoggingAccuracy () {
105103 long oneMinute = 60000 ;
You can’t perform that action at this time.
0 commit comments