potiuk commented on code in PR #30682:
URL: https://github.com/apache/airflow/pull/30682#discussion_r1168917673
##########
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:
Added.
--
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]