This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push: new 571e7adf637 [v3-0-test] Remove special tests from finalize's dependency (#49972) (#50613) 571e7adf637 is described below commit 571e7adf6378fd3cc5a5e0d05328d055de224b4b Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Wed May 14 16:37:05 2025 +0200 [v3-0-test] Remove special tests from finalize's dependency (#49972) (#50613) Until we solve stability of hanging "celery/botocore" tests, we should remove special tests as dependency of "finalize" tests so that they are not blocking merges. (cherry picked from commit 79fe55143c9f3a62e13c8995595338dd4bab34e3) --- .github/workflows/ci-amd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-amd.yml b/.github/workflows/ci-amd.yml index b61a1abfcc6..8d93a24ccca 100644 --- a/.github/workflows/ci-amd.yml +++ b/.github/workflows/ci-amd.yml @@ -803,7 +803,7 @@ jobs: - tests-non-db-providers - tests-postgres-core - tests-postgres-providers - - tests-special + # - tests-special - tests-sqlite-core - tests-sqlite-providers - tests-task-sdk