KAFKA-17554 disable testFutureCompletionOutsidePoll (#18138)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Ken Huang 2024-12-12 00:54:36 +08:00 committed by GitHub
parent fac8333f8d
commit 23de98cdc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import org.apache.kafka.common.utils.LogContext;
import org.apache.kafka.common.utils.MockTime;
import org.apache.kafka.test.TestUtils;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import java.time.Duration;
@ -265,6 +266,7 @@ public class ConsumerNetworkClientTest {
assertEquals(metadataException, exc);
}
@Disabled("KAFKA-17554")
@Test
public void testFutureCompletionOutsidePoll() throws Exception {
// Tests the scenario in which the request that is being awaited in one thread