mirror of https://github.com/apache/kafka.git
KAFKA-17554 disable testFutureCompletionOutsidePoll (#18138)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
fac8333f8d
commit
23de98cdc5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue