This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a commit to branch cron-1.7-e2e
in repository https://gitbox.apache.org/repos/asf/flink.git

commit c31291eb8a1c40074af9d36fbbcdf548e55409cc
Author: Timo Walther <twal...@apache.org>
AuthorDate: Wed Nov 7 10:24:13 2018 +0100

    [hotfix] Remove pre-commit tests from nightly tests
---
 splits/split_kubernetes_e2e.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/splits/split_kubernetes_e2e.sh b/splits/split_kubernetes_e2e.sh
index 6e2a5b8..21c8e8d 100755
--- a/splits/split_kubernetes_e2e.sh
+++ b/splits/split_kubernetes_e2e.sh
@@ -44,7 +44,6 @@ echo "Flink distribution directory: $FLINK_DIR"
 # run_test "<description>" "$END_TO_END_DIR/test-scripts/<script_name>"
 
 run_test "Run kubernetes test" 
"$END_TO_END_DIR/test-scripts/test_kubernetes_embedded_job.sh"
-run_test "Run docker test" 
"$END_TO_END_DIR/test-scripts/test_docker_embedded_job.sh"
 
 printf "\n[PASS] All tests passed\n"
 exit 0

Reply via email to