Skip to content

Commit

Permalink
Comment out opsworks smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaily committed Jun 24, 2024
1 parent b0779ef commit b4a86ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
'kms': {'ListKeys': {}},
'lambda': {'ListFunctions': {}},
'logs': {'DescribeLogGroups': {}},
'opsworks': {'DescribeStacks': {}},
# 'opsworks': {'DescribeStacks': {}},
'rds': {'DescribeDBInstances': {}},
'redshift': {'DescribeClusters': {}},
'route53': {'ListHostedZones': {}},
Expand Down Expand Up @@ -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'}},
Expand Down

0 comments on commit b4a86ed

Please sign in to comment.