zhuzhurk commented on a change in pull request #9783: [FLINK-14040][travis]
Enable MiniCluster tests based on schedulerNG in Flink cron build
URL: https://github.com/apache/flink/pull/9783#discussion_r329390451
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobExecutionITCase.java
##########
@@ -37,6 +39,7 @@
/**
* Integration tests for job scheduling.
*/
+@Category(AlsoRunWithSchedulerNG.class)
public class JobExecutionITCase extends TestLogger {
Review comment:
@GJL do you think it's Ok to merge this PR before annotating other
MiniCluster tests?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services