amoghrajesh commented on code in PR #56702:
URL: https://github.com/apache/airflow/pull/56702#discussion_r2435002854


##########
providers/microsoft/azure/tests/unit/microsoft/azure/test_utils.py:
##########
@@ -81,6 +81,8 @@ def test_get_field_non_prefixed(input, expected):
 
 def test_add_managed_identity_connection_widgets():
     pytest.importorskip("airflow.providers.fab")
+    # TODO: remove this because fab5 is available now, but it requires 
recursively fixing tests
+    pytest.importorskip("flask_appbuilder")

Review Comment:
   Added this as I am not too sure about how to do it for Microsoft provider, 
but can attempt later



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