Skip to content

Commit

Permalink
Move test_serve_logs to quarantine as it fails on mysql sometimes
Browse files Browse the repository at this point in the history
Issue recorded at apache#11962
  • Loading branch information
potiuk committed Oct 30, 2020
1 parent 0473c9e commit 950d4b0
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 950d4b0

Please sign in to comment.