From b4a86ed452a7a862fc173ecca9f40d6089064081 Mon Sep 17 00:00:00 2001 From: Kenneth Daily Date: Mon, 24 Jun 2024 12:11:22 -0700 Subject: [PATCH] Comment out opsworks smoke tests --- tests/integration/test_smoke.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_smoke.py b/tests/integration/test_smoke.py index 6c0d7139b7..12240cc125 100644 --- a/tests/integration/test_smoke.py +++ b/tests/integration/test_smoke.py @@ -79,7 +79,7 @@ 'kms': {'ListKeys': {}}, 'lambda': {'ListFunctions': {}}, 'logs': {'DescribeLogGroups': {}}, - 'opsworks': {'DescribeStacks': {}}, + # 'opsworks': {'DescribeStacks': {}}, 'rds': {'DescribeDBInstances': {}}, 'redshift': {'DescribeClusters': {}}, 'route53': {'ListHostedZones': {}}, @@ -174,7 +174,7 @@ 'kinesis': {'DescribeStream': {'StreamName': 'fake'}}, 'kms': {'GetKeyPolicy': {'KeyId': 'fake', 'PolicyName': 'fake'}}, 'lambda': {'Invoke': {'FunctionName': 'fake'}}, - 'opsworks': {'DescribeLayers': {'StackId': 'fake'}}, + # 'opsworks': {'DescribeLayers': {'StackId': 'fake'}}, 'rds': {'DescribeDBInstances': {'DBInstanceIdentifier': 'fake'}}, 'redshift': {'DescribeClusters': {'ClusterIdentifier': 'fake'}}, 'route53': {'GetHostedZone': {'Id': 'fake'}},