You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2021/07/28 17:58:07 UTC

[airflow] branch main updated: Quarantine TestSchedulerJob.test_retry_still_in_executor (#17292)

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

jedcunningham 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 667a45c  Quarantine TestSchedulerJob.test_retry_still_in_executor (#17292)
667a45c is described below

commit 667a45cf86763cc954e985787bca1b46d61cb8f3
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Wed Jul 28 11:57:47 2021 -0600

    Quarantine TestSchedulerJob.test_retry_still_in_executor (#17292)
    
    The test fails occasionally as noted in #17291
---
 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 9bd2b9b..ef0eaad 100644
--- a/tests/jobs/test_scheduler_job.py
+++ b/tests/jobs/test_scheduler_job.py
@@ -2465,6 +2465,7 @@ class TestSchedulerJob:
         session.rollback()
         session.close()
 
+    @pytest.mark.quarantined
     def test_retry_still_in_executor(self):
         """
         Checks if the scheduler does not put a task in limbo, when a task is retried