vincbeck commented on code in PR #30682:
URL: https://github.com/apache/airflow/pull/30682#discussion_r1168892655


##########
Dockerfile.ci:
##########
@@ -954,7 +954,7 @@ declare -a SELECTED_TESTS CLI_TESTS API_TESTS 
PROVIDERS_TESTS CORE_TESTS WWW_TES
 
 function find_all_other_tests() {
     local all_tests_dirs
-    all_tests_dirs=$(find "tests" -type d ! -name '__pycache__')
+    all_tests_dirs=$(find "tests" -type d ! -name '__pycache__' | sort)

Review Comment:
   nit: Would a comment be worth it to explain why we  sort the list of dirs?



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