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/08 19:44:06 UTC

[airflow] branch master updated: Moves test_scheduler_keeps_scheduling_pool_full to quarantine (#15256)

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new d2d6c95  Moves test_scheduler_keeps_scheduling_pool_full to quarantine (#15256)
d2d6c95 is described below

commit d2d6c951af5b83a6597b01bac4ba6041cfe6495b
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Thu Apr 8 21:43:41 2021 +0200

    Moves test_scheduler_keeps_scheduling_pool_full to quarantine (#15256)
    
    Recorded in: #15255
---
 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 1fbf55b..b7baacd 100644
--- a/tests/jobs/test_scheduler_job.py
+++ b/tests/jobs/test_scheduler_job.py
@@ -2672,6 +2672,7 @@ class TestSchedulerJob(unittest.TestCase):
         # As tasks require 2 slots, only 3 can fit into 6 available
         assert len(task_instances_list) == 3
 
+    @pytest.mark.quarantined
     def test_scheduler_keeps_scheduling_pool_full(self):
         """
         Test task instances in a pool that isn't full keep getting scheduled even when a pool is full.