Skip to content
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

Disable ec2_key, ec2_snapshot and ec2_group tests #429

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/integration/targets/ec2_group/aliases
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# reason: broken
# Tests frequently failing
# https://github.com/ansible-collections/amazon.aws/issues/440
disabled

cloud/aws
ec2_group_info
6 changes: 6 additions & 0 deletions tests/integration/targets/ec2_key/aliases
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# reason: missing-dependency
# We need either the openssl binary, pycrpto, or a compiler on the Py36 and Py38
# Zuul nodes
Comment on lines +1 to +3
Copy link
Contributor

@pabelanger pabelanger Aug 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can install this in CI by creating a top-level bindep.txt file with the following:

openssl [test platform:rpm]

for example. https://docs.opendev.org/opendev/bindep/latest/ gives a few more examples.

Copy link
Contributor Author

@tremble tremble Aug 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# https://github.com/ansible-collections/amazon.aws/issues/428
disabled

cloud/aws
6 changes: 6 additions & 0 deletions tests/integration/targets/ec2_snapshot/aliases
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# reason: unstable
# Testing of paginated results fails when fewer results are returned than
# expected - probably a race condition
# https://github.com/ansible-collections/amazon.aws/issues/441
disabled

cloud/aws
ec2_snapshot_info