kacpermuda commented on code in PR #39513: URL: https://github.com/apache/airflow/pull/39513#discussion_r1596852474
########## tests/providers/openlineage/plugins/test_openlineage.py: ########## @@ -131,7 +131,7 @@ def teardown_method(self): ), ], ) - def test_plugin_disablements(self, mocks, expected): + def test_plugin_disablements(self, mocks, expected, require_running_tests_from_sources): Review Comment: Unfortunately I'm not up to date with the changes being made to the plugin initialization, so I'll have to look into it, but I'll be happy to help with fixing those tests. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org