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",