potiuk commented on code in PR #40059:
URL: https://github.com/apache/airflow/pull/40059#discussion_r1627130712


##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -204,6 +204,12 @@ function determine_airflow_to_use() {
         mkdir -p "${AIRFLOW_SOURCES}"/logs/
         mkdir -p "${AIRFLOW_SOURCES}"/tmp/
     else
+        if [[ ${USE_AIRFLOW_VERSION} =~ 2\.[7-8].* && ${TEST_TYPE} == 
"Providers[fab]" ]]; then
+            echo
+            echo "${COLOR_YELLOW}Skipping FAB tests on Airflow 2.7 and 2.8 
because of FAB incompatibility with them${COLOR_RESET}"
+            echo
+            return
+        fi

Review Comment:
   Later yes. There are some todos to do it 'properly' but this is a quick fix 
for Jed's problem while I am at CommunityOverCode 



-- 
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]

Reply via email to