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 2023/02/21 17:16:23 UTC

[airflow] branch main updated: Quarantine `test_cli_internal_api_background` (#29665)

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 66a8d102fc Quarantine `test_cli_internal_api_background` (#29665)
66a8d102fc is described below

commit 66a8d102fc5ec93e866db7f13348bdb24f170dcf
Author: Andrey Anshin <An...@taragol.is>
AuthorDate: Tue Feb 21 21:16:13 2023 +0400

    Quarantine `test_cli_internal_api_background` (#29665)
---
 tests/cli/commands/test_internal_api_command.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/cli/commands/test_internal_api_command.py b/tests/cli/commands/test_internal_api_command.py
index 59b2930a9f..3ad946dc7b 100644
--- a/tests/cli/commands/test_internal_api_command.py
+++ b/tests/cli/commands/test_internal_api_command.py
@@ -131,6 +131,7 @@ class TestCliInternalAPi:
                     raise
                 time.sleep(1)
 
+    @pytest.mark.quarantined
     @pytest.mark.execution_timeout(210)
     def test_cli_internal_api_background(self):
         with tempfile.TemporaryDirectory(prefix="gunicorn") as tmpdir: