Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test_find_not_should_ignore_path is now in heisentests #10989

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