ephraimbuddy commented on code in PR #52380:
URL: https://github.com/apache/airflow/pull/52380#discussion_r2266318322


##########
airflow-core/tests/unit/dag_processing/test_manager.py:
##########
@@ -1158,3 +1158,61 @@ def test_bundle_names_to_parse(self, bundle_names, 
expected, configure_dag_bundl
 
         bundle_names_being_parsed = {b.name for b in manager._dag_bundles}
         assert bundle_names_being_parsed == expected
+
+    @pytest.mark.usefixtures("clear_parse_import_errors")
+    @conf_vars({("core", "load_examples"): "False"})
+    def test_clear_orphaned_import_errors_path_consistency(self, tmp_path, 
configure_testing_dag_bundle):

Review Comment:
   This test doesn't fail on current main and I suspect the issue you 
encountered has been fixed



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

Reply via email to