kgyrtkirk commented on code in PR #18717:
URL: https://github.com/apache/druid/pull/18717#discussion_r2517753467


##########
processing/src/test/java/org/apache/druid/java/util/common/CompressionUtilsTest.java:
##########
@@ -551,8 +552,9 @@ public void testZeroRemainingInputStream() throws 
IOException
   }
 
   // If this ever passes, er... fails to fail... then the bug is fixed
-  @Test(expected = AssertionError.class)
   // http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7036144
+  @Test(expected = AssertionError.class)
+  @Ignore("This test fails in JDK 21, looks like the bug was fixed in 21.0.9 
at least.")

Review Comment:
   couldn't you skip this testcase in a jdk version aware way?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to