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 126fa076 Quarantine TestSchedulerJob.test_scheduler_verify_pool_full 
(#17225)
126fa076 is described below

commit 126fa0765f41508a6ba6d2203dc9976e477a8b77
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 26 11:39:14 2021 +0200

    Quarantine TestSchedulerJob.test_scheduler_verify_pool_full (#17225)
    
    The test fails occasionally as noted in #17224
---
 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 67184aa..b545ade 100644
--- a/tests/jobs/test_scheduler_job.py
+++ b/tests/jobs/test_scheduler_job.py
@@ -2066,6 +2066,7 @@ class TestSchedulerJob:
         with create_session() as session:
             assert session.query(TaskInstance).filter(TaskInstance.dag_id == 
dag_id).count() == 0
 
+    @pytest.mark.quarantined
     def test_scheduler_verify_pool_full(self):
         """
         Test task instances not queued when pool is full

Reply via email to