jedcunningham commented on code in PR #45087:
URL: https://github.com/apache/airflow/pull/45087#discussion_r1892949501
##########
tests/dag_processing/test_collection.py:
##########
@@ -177,6 +177,7 @@ def _dag_import_error_listener(self):
get_listener_manager().clear()
dag_import_error_listener.clear()
+ @pytest.mark.skip("Skipping until we fix the implementation to not be
based on FAB")
Review Comment:
```suggestion
@pytest.mark.skip("Skipping until we fix the implementation to not be
FAB-specific")
```
nit: little better?
##########
tests/dag_processing/test_collection.py:
##########
@@ -392,6 +393,7 @@ def test_remove_error_clears_import_error(self, session):
assert import_errors == {"def.py"}
+ @pytest.mark.skip("Skipping until we fix the implementation to not be
based on FAB")
Review Comment:
```suggestion
@pytest.mark.skip("Skipping until we fix the implementation to not be
FAB-specific")
```
--
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]