Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/cli/commands/test_webserver_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from unittest import mock

import psutil
import pytest

from airflow import settings
from airflow.cli import cli_parser
Expand Down Expand Up @@ -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",
Expand Down