This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 3a4f517 fix task instance modal open performance issue (#10764)
add b746f33 Removes stable tests from quarantine (#10768)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 8 ++++----
TESTING.rst | 12 ++++++++++++
scripts/ci/docker-compose/base.yml | 1 +
scripts/ci/testing/ci_run_airflow_testing.sh | 6 ++----
scripts/in_container/entrypoint_ci.sh | 9 +++++++++
tests/cli/commands/test_dag_command.py | 2 --
tests/cli/commands/test_task_command.py | 1 -
tests/conftest.py | 18 ++++++++++++++++++
tests/executors/test_dask_executor.py | 3 ---
tests/jobs/test_backfill_job.py | 1 -
tests/jobs/test_local_task_job.py | 2 --
tests/jobs/test_scheduler_job.py | 5 +----
tests/sensors/test_timeout_sensor.py | 3 ---
tests/test_impersonation.py | 2 +-
tests/utils/test_process_utils.py | 2 +-
tests/www/test_views.py | 1 -
16 files changed, 49 insertions(+), 27 deletions(-)