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 d4ee89dea50 Update test catalog data for GHA workflow run 24790077179
d4ee89dea50 is described below

commit d4ee89dea50c526a43e4f43dedf02d6c81354ae5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 22 21:32:15 2026 +0000

    Update test catalog data for GHA workflow run 24790077179
    
    Commit: 
https://github.com/apache/kafka/commit/28402a3e4589487f12685b5ebaf37a742acfd20c
    GitHub Run: https://github.com/apache/kafka/actions/runs/24790077179
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 6 ++++++
 test-catalog/core/tests.yaml                              | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index a43f5a40e1f..f4d79c84e83 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -7,6 +7,12 @@ org.apache.kafka.clients.ClientRebootstrapTest:
 - testConsumerRebootstrapDisabled
 - testProducerRebootstrap
 - testProducerRebootstrapDisabled
+org.apache.kafka.clients.CreateTopicsRequestTest:
+- testCreateClusterMetadataTopic
+- testCreateTopicsRequestVersions
+- testErrorCreateTopicsRequests
+- testInvalidCreateTopicsRequests
+- testValidCreateTopicsRequests
 org.apache.kafka.clients.CreateTopicsRequestWithPolicyTest:
 - testErrorCreateTopicsRequests
 - testValidCreateTopicsRequests
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ec085e7205f..0e8c627f983 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1609,12 +1609,6 @@ kafka.server.ControllerRegistrationManagerTest:
 - testRetransmitRegistration
 - testRetransmitRegistrationAfterTimeout
 - testWrongIncarnationId
-kafka.server.CreateTopicsRequestTest:
-- testCreateClusterMetadataTopic
-- testCreateTopicsRequestVersions
-- testErrorCreateTopicsRequests
-- testInvalidCreateTopicsRequests
-- testValidCreateTopicsRequests
 kafka.server.DefaultApiVersionManagerTest:
 - testApiScope
 - testControllerApiIntersection

Reply via email to