ferruzzi commented on code in PR #46531:
URL: https://github.com/apache/airflow/pull/46531#discussion_r1945302083


##########
providers/tests/system/amazon/aws/tests/test_aws_auth_manager.py:
##########
@@ -194,12 +192,11 @@ def delete_avp_policy_store(cls):
         for policy_store_id in policy_store_ids:
             client.delete_policy_store(policyStoreId=policy_store_id)
 
+    @pytest.mark.skip("Authorization it not yet implemented in AF3 new ui")

Review Comment:
   ```suggestion
       @pytest.mark.skip("Authorization is not yet implemented in AF3 new ui")
   ```



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