spuru9 commented on code in PR #28249:
URL: https://github.com/apache/flink/pull/28249#discussion_r3301287580


##########
flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/ClusterUncaughtExceptionHandlerITCase.java:
##########
@@ -33,6 +33,7 @@
 
 import org.junit.Before;
 import org.junit.Test;
+import org.junit.jupiter.api.Tag;

Review Comment:
   We are mixing the Junit4 and Junit5 here. `@Tag` can work unintented and not 
honored in this senario. Better if we migrate this test to Junit5 or use a 
Junit4 equivalent. Option 1 would be nicer. WDYT?



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

Reply via email to