potiuk commented on code in PR #39513:
URL: https://github.com/apache/airflow/pull/39513#discussion_r1596006666
##########
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:
@mobuchowski @kacpermuda -> This test stops working when running the test
with Airflow 2.9.1, I am not sure if this is expected, and it likely comes from
the way how plugins are initialized, I will need some help in making the test
compatible with running it against 2.9.1.
--
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]