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 2020/11/16 10:03:54 UTC

[airflow] branch v1-10-test updated: Add test_localtaskjob_maintain_heart_rate to quarantine

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

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


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 6ac484e  Add test_localtaskjob_maintain_heart_rate to quarantine
6ac484e is described below

commit 6ac484ea78f544a14af63dc55801424d0adb4430
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon Nov 16 11:02:43 2020 +0100

    Add test_localtaskjob_maintain_heart_rate to quarantine
---
 tests/jobs/test_local_task_job.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/jobs/test_local_task_job.py b/tests/jobs/test_local_task_job.py
index c5baa3b..2977142 100644
--- a/tests/jobs/test_local_task_job.py
+++ b/tests/jobs/test_local_task_job.py
@@ -355,6 +355,7 @@ class TestLocalTaskJob(unittest.TestCase):
         process.join(timeout=10)
         self.assertFalse(process.is_alive())
 
+    @pytest.mark.quarantined
     def test_localtaskjob_maintain_heart_rate(self):
         dagbag = models.DagBag(
             dag_folder=TEST_DAG_FOLDER,