This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8615419b77 Quarantine
test_backfill_failed_dag_with_upstream_failed_task (#39859)
8615419b77 is described below
commit 8615419b7718e4659c9d0c3bc14a52e9203cb810
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun May 26 21:12:39 2024 +0200
Quarantine test_backfill_failed_dag_with_upstream_failed_task (#39859)
Related issue: #39858
---
tests/jobs/test_backfill_job.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/jobs/test_backfill_job.py b/tests/jobs/test_backfill_job.py
index 5b7bc36b4d..210d62dda4 100644
--- a/tests/jobs/test_backfill_job.py
+++ b/tests/jobs/test_backfill_job.py
@@ -2116,6 +2116,8 @@ class TestBackfillJob:
dag.clear()
+ # Qyarantined issue tracked in
https://github.com/apache/airflow/issues/39858
+ @pytest.mark.quarantined
def test_backfill_failed_dag_with_upstream_failed_task(self, dag_maker):
self.dagbag.process_file(str(TEST_DAGS_FOLDER /
"test_backfill_with_upstream_failed_task.py"))
dag = self.dagbag.get_dag("test_backfill_with_upstream_failed_task")