This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/test-catalog by this push:
     new 6c589d336ae Update test catalog data for GHA workflow run 25537846139
6c589d336ae is described below

commit 6c589d336ae4b69927a74f665eed3979167511b5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 8 10:26:30 2026 +0000

    Update test catalog data for GHA workflow run 25537846139
    
    Commit: 
https://github.com/apache/kafka/commit/25d09060299819f671daa0a3220d3d711868f238
    GitHub Run: https://github.com/apache/kafka/actions/runs/25537846139
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++
 test-catalog/core/tests.yaml                              | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 38d1af0a71b..a8cbe4c4ab1 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -30,6 +30,8 @@ org.apache.kafka.clients.admin.AddPartitionsTest:
 - testReplicaPlacementAllServers
 - testReplicaPlacementPartialServers
 - testWrongReplicaCount
+org.apache.kafka.clients.admin.AdminClientTimeoutIntegrationTest:
+- testCallInFlightTimeouts
 org.apache.kafka.clients.admin.AdminClientWithPoliciesIntegrationTest:
 - testInvalidAlterConfigsDueToPolicy
 org.apache.kafka.clients.admin.AdminFenceProducersTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 67e1b388c95..195f72c1e6b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -296,7 +296,6 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testAppendConfigToEmptyDefaultValue
 - testAppendConfigToExistentValue
 - testAuthorizedOperations
-- testCallInFlightTimeouts
 - testClose
 - testConsumeAfterDeleteRecords
 - testConsumerGroupWithMemberMigration

Reply via email to