Skip to content

Commit

Permalink
MINOR: Disable the dual write integration test until KAFKA-14840 (#13573
Browse files Browse the repository at this point in the history
)

Reviewers: Ismael Juma <ismael@juma.me.uk>
  • Loading branch information
mumrah authored and cmccabe committed Apr 18, 2023
1 parent 9992f43 commit 83b1689
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ import org.apache.kafka.metadata.migration.ZkMigrationLeadershipState
import org.apache.kafka.raft.RaftConfig
import org.apache.kafka.server.common.{ApiMessageAndVersion, MetadataVersion, ProducerIdsBlock}
import org.junit.jupiter.api.Assertions.{assertEquals, assertFalse, assertNotNull, assertTrue}
import org.junit.jupiter.api.Timeout
import org.junit.jupiter.api.{Disabled, Timeout}
import org.junit.jupiter.api.extension.ExtendWith
import org.slf4j.LoggerFactory

Expand Down Expand Up @@ -182,6 +182,7 @@ class ZkMigrationIntegrationTest {
migrationState = migrationClient.releaseControllerLeadership(migrationState)
}

@Disabled("Will be fixed by KAFKA-14840")
@ClusterTest(clusterType = Type.ZK, brokers = 3, metadataVersion = MetadataVersion.IBP_3_4_IV0, serverProperties = Array(
new ClusterConfigProperty(key = "inter.broker.listener.name", value = "EXTERNAL"),
new ClusterConfigProperty(key = "listeners", value = "PLAINTEXT://localhost:0,EXTERNAL://localhost:0"),
Expand Down

0 comments on commit 83b1689

Please sign in to comment.