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 <[email protected]>
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,