jolshan commented on code in PR #17786: URL: https://github.com/apache/kafka/pull/17786#discussion_r1841249128
########## core/src/test/scala/integration/kafka/server/GssapiAuthenticationTest.scala: ########## @@ -132,7 +134,8 @@ class GssapiAuthenticationTest extends IntegrationTestHarness with SaslSetup { * is performed when credentials are unavailable between logout and login, we handle it as a * transient error and not an authentication failure so that clients may retry. */ - @Test + @ParameterizedTest + @ValueSource(strings = Array("kraft")) Review Comment: Should this also have the quorum param? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org