Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5807#discussion_r178828372 --- Diff: flink-end-to-end-tests/run-pre-commit-tests.sh --- @@ -37,6 +37,14 @@ echo "Flink distribution directory: $FLINK_DIR" EXIT_CODE=0 --- End diff -- I would recommend to move it to the nightly tests. Queryable state is not a core component and the normal builds are already timing out.
---