The GitHub Actions job "Tests" on 
airflow.git/test/dataproc-trigger-on-kill-system-tests has succeeded.
Run started by GitHub user srchilukoori (triggered by srchilukoori).

Head commit for run:
678492eb5996e2871274904afb1cfadae7faa9db / Sadha Chilukoori 
<[email protected]>
Replace module-level pytest.skip with pytestmark skipif

pytest.skip(allow_module_level=True) raises a Skipped exception at
import time that DagBag records as an import error, breaking the
test_should_be_importable parametrized test in DB-core CI jobs.

pytestmark = pytest.mark.skipif(...) lets the file import cleanly
(DagBag happy, importability test passes) while still skipping
test_run when RUN_MANUAL_DATAPROC_CANCEL_ON_KILL_TEST is unset.

Report URL: https://github.com/apache/airflow/actions/runs/25134304866

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to