From f29ff9b086ad04b8527066cc65699c576c58a8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Fri, 20 Nov 2020 13:08:22 +0100 Subject: [PATCH] Unquarantine test_cli_webserver_background --- tests/cli/commands/test_webserver_command.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/cli/commands/test_webserver_command.py b/tests/cli/commands/test_webserver_command.py index 0829d8d611fa0..81fe5a33cc6b6 100644 --- a/tests/cli/commands/test_webserver_command.py +++ b/tests/cli/commands/test_webserver_command.py @@ -23,7 +23,6 @@ from unittest import mock import psutil -import pytest from airflow import settings from airflow.cli import cli_parser @@ -304,7 +303,6 @@ def test_cli_webserver_foreground_with_pid(self): proc.terminate() self.assertEqual(0, proc.wait(60)) - @pytest.mark.quarantined def test_cli_webserver_background(self): with tempfile.TemporaryDirectory(prefix="gunicorn") as tmpdir, mock.patch.dict( "os.environ",