cmccabe commented on code in PR #17786: URL: https://github.com/apache/kafka/pull/17786#discussion_r1841220261
########## core/src/test/scala/integration/kafka/server/GssapiAuthenticationTest.scala: ########## @@ -163,7 +166,8 @@ class GssapiAuthenticationTest extends IntegrationTestHarness with SaslSetup { * Tests that Kerberos error `Server not found in Kerberos database (7)` is handled * as a fatal authentication failure. */ - @Test + @ParameterizedTest + @ValueSource(strings = Array("kraft")) def testServerNotFoundInKerberosDatabase(): Unit = { Review Comment: ```suggestion def testServerNotFoundInKerberosDatabase(quorum: String): Unit = { ``` -- 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