zentol commented on a change in pull request #14967:
URL: https://github.com/apache/flink/pull/14967#discussion_r580053786



##########
File path: flink-end-to-end-tests/run-nightly-tests.sh
##########
@@ -194,10 +194,12 @@ run_test "Batch SQL end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_batch_sq
 run_test "Streaming SQL end-to-end test (Old planner)" 
"$END_TO_END_DIR/test-scripts/test_streaming_sql.sh old" "skip_check_exceptions"
 run_test "Streaming SQL end-to-end test (Blink planner)" 
"$END_TO_END_DIR/test-scripts/test_streaming_sql.sh blink" 
"skip_check_exceptions"
 
-run_test "Streaming File Sink end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_file_sink.sh local StreamingFileSink" 
"skip_check_exceptions"
-run_test "Streaming File Sink s3 end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_file_sink.sh s3 StreamingFileSink" 
"skip_check_exceptions"
-run_test "New File Sink end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_file_sink.sh local FileSink" 
"skip_check_exceptions"
-run_test "New File Sink s3 end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_file_sink.sh s3 FileSink" 
"skip_check_exceptions"
+if [[ ${PROFILE} != *"enable-declarative-scheduler"* ]]; then

Review comment:
       This is probably due to FLINK-21400




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to