Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5664#discussion_r177801072
--- Diff:
flink-tests/src/test/java/org/apache/flink/test/cancelling/JoinCancelingITCase.java
---
@@ -30,19 +30,18 @@
import org.apache.flink.test.util.InfiniteIntegerTupleInputFormat;
import org.apache.flink.test.util.UniformIntTupleGeneratorInputFormat;
+import org.junit.Ignore;
+import org.junit.Test;
+
/**
* Test job cancellation from within a JoinFunction.
*/
+@Ignore("Takes too long.")
--- End diff --
No, I also didn't check how long it actually takes.
---