-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR #1395/15d92a74 backport][stable-4] Disable S3 tests related to removing bucket encryption #1397
Conversation
Disable S3 tests related to removing bucket encryption SUMMARY Amazon now enables S3-SSE bucket encryption by default and it's not possible to disable it. Disable the relevant tests but leave a minimal framework in place. ISSUE TYPE Tests Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis (cherry picked from commit 15d92a7)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 11m 38s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 42s |
Flag rds_instance_snapshot tests as slow SUMMARY rds_instance_snapshot tests are slow, which causes problems when module_util changes in amazon.aws trigger lots of tests to run. ISSUE TYPE Feature Pull Request COMPONENT NAME rds_instance_snapshot ADDITIONAL INFORMATION This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@b81dbe7
Flag rds_instance_snapshot tests as slow SUMMARY rds_instance_snapshot tests are slow, which causes problems when module_util changes in amazon.aws trigger lots of tests to run. ISSUE TYPE Feature Pull Request COMPONENT NAME rds_instance_snapshot ADDITIONAL INFORMATION
Flag rds_instance_snapshot tests as slow SUMMARY rds_instance_snapshot tests are slow, which causes problems when module_util changes in amazon.aws trigger lots of tests to run. ISSUE TYPE Feature Pull Request COMPONENT NAME rds_instance_snapshot ADDITIONAL INFORMATION This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@b81dbe7
Flag rds_instance_snapshot tests as slow SUMMARY rds_instance_snapshot tests are slow, which causes problems when module_util changes in amazon.aws trigger lots of tests to run. ISSUE TYPE Feature Pull Request COMPONENT NAME rds_instance_snapshot ADDITIONAL INFORMATION This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@b81dbe7
This is a backport of PR #1395 as merged into main (15d92a7).
SUMMARY
Amazon now enables S3-SSE bucket encryption by default and it's not possible to disable it. Disable the relevant tests but leave a minimal framework in place.
ISSUE TYPE
COMPONENT NAME
s3_bucket
ADDITIONAL INFORMATION