potiuk commented on code in PR #30315:
URL: https://github.com/apache/airflow/pull/30315#discussion_r1153632759
##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -436,6 +440,14 @@ else
echo "${COLOR_YELLOW}Skip ${providers_dir} as the directory
does not exist.${COLOR_RESET}"
fi
done
+ elif [[ ${TEST_TYPE} =~ PlainAsserts ]]; then
+ # Those tests fail when --asert=rewrite is set, therefore we run them
separately
Review Comment:
I've added the links. Indeed - I have forgotten to add them in the sources
after I created issues/PRs
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]