This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e46929b7b3 Quarantine the test test_send_tasks_to_celery_hang (#32971)
e46929b7b3 is described below
commit e46929b7b3607337cb42d44183698d2162b27e9c
Author: Vincent <[email protected]>
AuthorDate: Mon Jul 31 12:35:49 2023 -0400
Quarantine the test test_send_tasks_to_celery_hang (#32971)
---
tests/providers/celery/executors/test_celery_executor.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/providers/celery/executors/test_celery_executor.py
b/tests/providers/celery/executors/test_celery_executor.py
index 7390855f2e..b9aa48b05b 100644
--- a/tests/providers/celery/executors/test_celery_executor.py
+++ b/tests/providers/celery/executors/test_celery_executor.py
@@ -315,6 +315,7 @@ def register_signals():
@pytest.mark.execution_timeout(200)
[email protected]
def test_send_tasks_to_celery_hang(register_signals):
"""
Test that celery_executor does not hang after many runs.