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
commit 23abf9272afc4f052b8051300d8b415ced66924d Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Nov 16 11:02:43 2020 +0100 Marked test_localtaskjob_maintain_heart_rate as xfail --- 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..1500c39 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.xfail(condition=True, reason="This test is expected to fail randomly due to timing issues") def test_localtaskjob_maintain_heart_rate(self): dagbag = models.DagBag( dag_folder=TEST_DAG_FOLDER,
