Skip to content

Commit

Permalink
Move test_serve_logs to quarantine as it fails on mysql sometimes (#1…
Browse files Browse the repository at this point in the history
…1963)

Issue recorded at #11962
  • Loading branch information
potiuk committed Oct 30, 2020
1 parent 1fb6741 commit f000a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/utils/test_serve_logs.py
Expand Up @@ -21,6 +21,7 @@
from tempfile import NamedTemporaryFile
from time import sleep

import pytest
import requests

from airflow.configuration import conf
Expand All @@ -29,6 +30,7 @@
LOG_DATA = "Airflow log data" * 20


@pytest.mark.quarantined
class TestServeLogs(unittest.TestCase):
def test_should_serve_file(self):
log_dir = os.path.expanduser(conf.get('logging', 'BASE_LOG_FOLDER'))
Expand Down

0 comments on commit f000a69

Please sign in to comment.