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

cmccabe pushed a commit to branch KAFKA-17972
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 35fd4483f07724dbbd83e3a206a11418e2994102
Author: Colin P. McCabe <[email protected]>
AuthorDate: Mon Nov 11 09:35:50 2024 -0800

    KAFKA-17972: Default all JUnit tests to KRaft #17727
---
 core/src/test/scala/kafka/utils/TestInfoUtils.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/test/scala/kafka/utils/TestInfoUtils.scala 
b/core/src/test/scala/kafka/utils/TestInfoUtils.scala
index 61483760cf9..8a4a6bcc538 100644
--- a/core/src/test/scala/kafka/utils/TestInfoUtils.scala
+++ b/core/src/test/scala/kafka/utils/TestInfoUtils.scala
@@ -41,7 +41,7 @@ object TestInfoUtils {
         throw new RuntimeException(s"Unknown quorum value")
       }
     } else {
-      false
+      true
     }
   }
 

Reply via email to