Parkerhiphop commented on code in PR #23125:
URL: https://github.com/apache/kafka/pull/23125#discussion_r3842127899
##########
metadata/src/test/java/org/apache/kafka/metadata/storage/FormatterTest.java:
##########
@@ -299,6 +300,7 @@ public void testFormatWithOlderReleaseVersion() throws
Exception {
@Test
public void
testFormatWithUnstableReleaseVersionFailsWithoutEnableUnstable() throws
Exception {
+ assumeFalse(MetadataVersion.latestTesting().isProduction());
Review Comment:
I opened a minor for it: https://github.com/apache/kafka/pull/23254.
Sorry for missing this one. 🥲
--
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]