forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable ec2_key, ec2_snapshot and ec2_group tests (ansible-collection…
…s#429) Disable ec2_key, ec2_snapshot and ec2_group tests SUMMARY Work around ansible-collections#428 and ansible-collections#440 ansible-collections#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
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |