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

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

commit 28ab8e71f90de838ff8af5c992781628287401f1
Author: Timo Walther <[email protected]>
AuthorDate: Wed Nov 7 10:27:15 2018 +0100

    [hotfix] Remove duplicate test execution
---
 splits/split_misc.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/splits/split_misc.sh b/splits/split_misc.sh
index a9ef821..abc1bcb 100755
--- a/splits/split_misc.sh
+++ b/splits/split_misc.sh
@@ -68,8 +68,6 @@ run_test "Avro Confluent Schema Registry nightly end-to-end 
test" "$END_TO_END_D
 run_test "State TTL Heap backend end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_stream_state_ttl.sh file"
 run_test "State TTL RocksDb backend end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_stream_state_ttl.sh rocks"
 
-run_test "Run kubernetes test" 
"$END_TO_END_DIR/test-scripts/test_kubernetes_embedded_job.sh"
-
 run_test "SQL Client end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_sql_client.sh"
 
 run_test "Heavy deployment end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_heavy_deployment.sh"

Reply via email to