chia7712 commented on code in PR #23125:
URL: https://github.com/apache/kafka/pull/23125#discussion_r3841933547
##########
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 guess we were all drunk-reviewing #23244 - this should be reverted too...
@Parkerhiphop would you mind creating another follow-up?
##########
metadata/src/test/java/org/apache/kafka/metadata/storage/FormatterTest.java:
##########
@@ -309,6 +311,7 @@ public void
testFormatWithUnstableReleaseVersionFailsWithoutEnableUnstable() thr
@Test
public void testFormatWithUnstableReleaseVersion() throws Exception {
+ assumeFalse(MetadataVersion.latestTesting().isProduction());
Review Comment:
ditto
--
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]