From da6b6a242fda2608bdb47b8591734b725ceef14c Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 1 Dec 2021 01:28:07 -0700 Subject: [PATCH] Disable ssm connection tests (#816) Disable ssm connection tests SUMMARY Test is currently broken on Deb-based systems. On CentOS (using local and ansible/default-test-container) the dependent tests/integration/target/connection dir is no longer available to the test execution ISSUE TYPE Bugfix Pull Request COMPONENT NAME tests/integration/targets/connection_aws_ssm Reviewed-by: Mark Chappell Reviewed-by: None --- tests/integration/targets/connection_aws_ssm/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/connection_aws_ssm/aliases b/tests/integration/targets/connection_aws_ssm/aliases index f15dd4b0a6e..fdca0d376a3 100644 --- a/tests/integration/targets/connection_aws_ssm/aliases +++ b/tests/integration/targets/connection_aws_ssm/aliases @@ -1,5 +1,6 @@ # reason: slow # This test suite can take almost 25 minutes (on a good day) +disabled # Test is currently broken on Deb-based systems, and dependant ../connection dir access in ansible/default-test-container unstable cloud/aws