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

zhijiang pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 7e26904  [hotfix][e2e] Disable Shaded Hadoop S3A with credentials 
provider e2e test until FLINK-15355 has been fixed
7e26904 is described below

commit 7e2690489da19c031b86e443e1de5f28f8f00c04
Author: Yu Li <l...@apache.org>
AuthorDate: Mon Dec 30 14:58:29 2019 +0800

    [hotfix][e2e] Disable Shaded Hadoop S3A with credentials provider e2e test 
until FLINK-15355 has been fixed
---
 tools/travis/splits/split_misc.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/travis/splits/split_misc.sh 
b/tools/travis/splits/split_misc.sh
index da2b7da..f8a842d 100755
--- a/tools/travis/splits/split_misc.sh
+++ b/tools/travis/splits/split_misc.sh
@@ -82,7 +82,8 @@ fi
 
 run_test "Dependency shading of table modules test" 
"$END_TO_END_DIR/test-scripts/test_table_shaded_dependencies.sh"
 
-run_test "Shaded Hadoop S3A with credentials provider end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_batch_wordcount.sh hadoop_with_provider"
+# Disabled until FLINK-15355 has been fixed
+#run_test "Shaded Hadoop S3A with credentials provider end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_batch_wordcount.sh hadoop_with_provider"
 
 printf "\n[PASS] All tests passed\n"
 exit 0

Reply via email to