o-nikolas commented on code in PR #30315:
URL: https://github.com/apache/airflow/pull/30315#discussion_r1153602876
##########
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:
Can you maybe also include a link to one or more of the issues/PRs which
contain the greater context for this workaround?
--
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]