cmccabe commented on code in PR #17786:
URL: https://github.com/apache/kafka/pull/17786#discussion_r1841281093
##########
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:
fixed :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]