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