Skip to content

Commit

Permalink
The test_find_not_should_ignore_path is now in heisentests
Browse files Browse the repository at this point in the history
It seems that the test_find_not_should_ignore_path test has some
dependency on side-effects from other tests.

See #10988 - we are moving this test to heisentests until we
solve the issue.
  • Loading branch information
potiuk committed Sep 17, 2020
1 parent a575c79 commit f62d7f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/plugins/test_plugin_ignore.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
import unittest
from unittest.mock import patch

import pytest

from airflow import settings
from airflow.utils.file import find_path_from_directory

Expand Down Expand Up @@ -65,6 +67,8 @@ def tearDown(self):
"""
shutil.rmtree(self.test_dir)

# See the issue: https://github.com/apache/airflow/issues/10988
@pytest.mark.heisentests
def test_find_not_should_ignore_path(self):
"""
Test that the .airflowignore work and whether the file is properly ignored.
Expand Down

0 comments on commit f62d7f9

Please sign in to comment.