From 4f9a5900cb8d6c6c0730b8e863a92d25fcd60be8 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 5 Aug 2021 16:32:26 +0200 Subject: [PATCH] Disable ec2_key, ec2_snapshot and ec2_group tests (#429) 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 Reviewed-by: None Reviewed-by: Paul Belanger Reviewed-by: Mark Chappell --- tests/integration/targets/ec2_group/aliases | 5 +++++ tests/integration/targets/ec2_key/aliases | 6 ++++++ tests/integration/targets/ec2_snapshot/aliases | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/tests/integration/targets/ec2_group/aliases b/tests/integration/targets/ec2_group/aliases index 508cdc363d9..032716d2536 100644 --- a/tests/integration/targets/ec2_group/aliases +++ b/tests/integration/targets/ec2_group/aliases @@ -1,2 +1,7 @@ +# reason: broken +# Tests frequently failing +# https://github.com/ansible-collections/amazon.aws/issues/440 +disabled + cloud/aws ec2_group_info diff --git a/tests/integration/targets/ec2_key/aliases b/tests/integration/targets/ec2_key/aliases index 4ef4b2067d0..59b5d7afa94 100644 --- a/tests/integration/targets/ec2_key/aliases +++ b/tests/integration/targets/ec2_key/aliases @@ -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 diff --git a/tests/integration/targets/ec2_snapshot/aliases b/tests/integration/targets/ec2_snapshot/aliases index 98b030b4f4e..9714aaa4436 100644 --- a/tests/integration/targets/ec2_snapshot/aliases +++ b/tests/integration/targets/ec2_snapshot/aliases @@ -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