Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5542#discussion_r169647902
  
    --- Diff: 
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/BigUserProgramJobSubmitITCase.java
 ---
    @@ -43,40 +40,27 @@
     /**
      * Integration test that verifies that a user program with a big(ger) 
payload is successfully
      * submitted and run.
    + *
    + * <p>This test fails for non-flip6 cluster due to job submission payload 
being too large, see [FLINK-7285].
      */
    -@Ignore("Fails on job submission payload being too large - [FLINK-7285]")
    +@Category(Flip6.class)
    --- End diff --
    
    Ah, and you're marking it as `Flip6` because it doesn't succeed with the 
legacy components?


---

Reply via email to