You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/04/05 21:48:05 UTC

[airflow] 06/16: Mark the test_scheduler_task_start_date as quarantined (#15086)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 6e17675013071fe6eb3701464dee12a4b62560ba
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Apr 2 07:31:15 2021 +0200

    Mark the test_scheduler_task_start_date as quarantined (#15086)
    
    Details captured in #15085
    
    (cherry picked from commit 4d1b2e985492894e6064235688cf8f381b1e8858)
---
 tests/jobs/test_scheduler_job.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/jobs/test_scheduler_job.py b/tests/jobs/test_scheduler_job.py
index 7a9e273..a5fd794 100644
--- a/tests/jobs/test_scheduler_job.py
+++ b/tests/jobs/test_scheduler_job.py
@@ -2490,6 +2490,7 @@ class TestSchedulerJob(unittest.TestCase):
             session.commit()
             assert [] == self.null_exec.sorted_tasks
 
+    @pytest.mark.quarantined
     def test_scheduler_task_start_date(self):
         """
         Test that the scheduler respects task start dates that are different from DAG start dates