Skip to content

Commit

Permalink
Disable ec2_key, ec2_snapshot and ec2_group tests (#429)
Browse files Browse the repository at this point in the history
Disable ec2_key, ec2_snapshot and ec2_group tests

SUMMARY
Work around #428 and #440 #441
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
ec2_key
ec2_snapshot
ec2_group
ADDITIONAL INFORMATION

Reviewed-by: Jill R <None>
Reviewed-by: None <None>
Reviewed-by: Paul Belanger <None>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
tremble authored Aug 5, 2021
1 parent bdcae7a commit 4f9a590
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
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
# 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

0 comments on commit 4f9a590

Please sign in to comment.