zentol commented on a change in pull request #11309: [FLINK-16378][AZP] Disable Docker tests when running with JDK11 URL: https://github.com/apache/flink/pull/11309#discussion_r387842192
########## File path: flink-end-to-end-tests/run-nightly-tests.sh ########## @@ -187,8 +186,6 @@ run_test "TPC-DS end-to-end test (Blink planner)" "$END_TO_END_DIR/test-scripts/ run_test "Heavy deployment end-to-end test" "$END_TO_END_DIR/test-scripts/test_heavy_deployment.sh" "skip_check_exceptions" -run_test "ConnectedComponents iterations with high parallelism end-to-end test" "$END_TO_END_DIR/test-scripts/test_high_parallelism_iterations.sh 25" Review comment: This test has always been _incredibly_ flaky, that's why I advise against rash calls. Trivial solution for preventing other tests from running in case of failures is to move it to the end of the script. ---------------------------------------------------------------- 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
