bolkedebruin commented on code in PR #39647:
URL: https://github.com/apache/airflow/pull/39647#discussion_r1615101274
##########
tests/utils/test_file.py:
##########
@@ -128,10 +129,9 @@ def test_find_path_from_directory_glob_ignore(self):
]
should_not_ignore = [
"test_on_kill.py",
- "test_dont_ignore_this.py",
+ # "test_dont_ignore_this.py",
Review Comment:
I cannot figure out why this is in the 'should ignore' list. The glob
pattern actually excludes this. So if someone can shed some light on this that
would be appreciated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]