bmckallagat-os commented on pull request #18209: URL: https://github.com/apache/airflow/pull/18209#issuecomment-918382944
As a note, the following unittests failed which seem to be unrelated to this change: ``` FAILED tests/www/test_security.py::TestSecurity::test_verify_public_role_has_no_permissions - AssertionError: assert [can read on DAG:test_example_bash_operator] == [] FAILED tests/www/views/test_views_base.py::test_resetmypasswordview_edit[pk-admin] - AttributeError: 'NoneType' object has no attribute 'password' ``` I didn't want to patch them due to it being out of scope of this change, but just thought I would point it out. -- 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]
