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

github-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 bb8b616bbb4 Update test catalog data for GHA workflow run 19817899574
bb8b616bbb4 is described below

commit bb8b616bbb4f6c65fab9eaffbec3f3b2a7d0fcd6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 1 13:54:32 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index da63bcd5b7f..c07c949fc19 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -4709,6 +4709,7 @@ 
org.apache.kafka.common.security.oauthbearer.DefaultJwtRetrieverTest:
 - testSaslOauthbearerTokenEndpointUrlIsNotAllowed
 - testUrlencodeHeader
 org.apache.kafka.common.security.oauthbearer.DefaultJwtValidatorTest:
+- testConfigureWithJwksUrl
 - testConfigureWithVerificationKeyResolver
 - testConfigureWithoutVerificationKeyResolver
 org.apache.kafka.common.security.oauthbearer.JwtBearerJwtRetrieverTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index d91b26dafda..469ea1bfad8 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1,4 +1,5 @@
 integration.kafka.api.ClientOAuthIntegrationTest:
+- testAuthenticationErrorOnTamperedJwt
 - testBasicClientCredentials
 - testBasicJwtBearer
 - testBasicJwtBearer2
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index f5f25b5f316..c9fb769a588 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -810,7 +810,6 @@ 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
 - testResetOffsetsWithPartitionNotExist
 - testResetWithUnrecognizedNewConsumerOption
 org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
-- initializationError
 - testConsumerGroupServiceWithAuthenticationFailure
 - testConsumerGroupServiceWithAuthenticationSuccess
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:

Reply via email to