Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/1103#discussion_r38904456 --- Diff: flink-tests/src/test/scala/org/apache/flink/api/scala/misc/MassiveCaseClassSortingITCase.scala --- @@ -35,11 +35,13 @@ import org.apache.flink.runtime.operators.sort.UnilateralSortMerger import org.apache.flink.api.java.typeutils.runtime.RuntimeSerializerFactory import org.junit.Assert._ import org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable +import org.junit.Test class MassiveCaseClassSortingITCase { val SEED : Long = 347569784659278346L - + + @Test --- End diff -- Can you remove this one again? We wrote this as a manual test, because it takes forever to run. Would be great to have a Comment, though, and move it to the package `manual`, like the manual Java tests.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---