Skip to content

Commit

Permalink
Quarantine TestSchedulerJob.test_scheduler_verify_pool_full
Browse files Browse the repository at this point in the history
The test fails occasionally as noted in apache#17224
  • Loading branch information
potiuk committed Jul 26, 2021
1 parent d01cc94 commit df253e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/jobs/test_scheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,7 @@ def test_scheduler_multiprocessing_with_spawn_method(self):
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
Expand Down

0 comments on commit df253e6

Please sign in to comment.