You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2023/02/22 09:17:59 UTC

[airflow] branch revert-29665-quarantine-test-test-internal-api-command created (now a549e3e509)

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

taragolis pushed a change to branch revert-29665-quarantine-test-test-internal-api-command
in repository https://gitbox.apache.org/repos/asf/airflow.git


      at a549e3e509 Revert "Quarantine `test_cli_internal_api_background` (#29665)"

This branch includes the following new commits:

     new a549e3e509 Revert "Quarantine `test_cli_internal_api_background` (#29665)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow] 01/01: Revert "Quarantine `test_cli_internal_api_background` (#29665)"

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

taragolis pushed a commit to branch revert-29665-quarantine-test-test-internal-api-command
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit a549e3e50960658be5950f53a05de9b9b742b790
Author: Andrey Anshin <An...@taragol.is>
AuthorDate: Wed Feb 22 13:17:52 2023 +0400

    Revert "Quarantine `test_cli_internal_api_background` (#29665)"
    
    This reverts commit 66a8d102fc5ec93e866db7f13348bdb24f170dcf.
---
 tests/cli/commands/test_internal_api_command.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/cli/commands/test_internal_api_command.py b/tests/cli/commands/test_internal_api_command.py
index 3ad946dc7b..59b2930a9f 100644
--- a/tests/cli/commands/test_internal_api_command.py
+++ b/tests/cli/commands/test_internal_api_command.py
@@ -131,7 +131,6 @@ 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: