pulumi / pulumi-cdk

Pulumi/CDK Interop Library
Apache License 2.0
61 stars 5 forks source link

Retry flakey integration tests #97

Closed mjeffryes closed 10 months ago

mjeffryes commented 10 months ago

As per, https://github.com/pulumi/pulumi-aws-native/issues/1186 we're seeing intermittent errors in the creation of aws-native:ec2:SubnetRouteTableAssociation This change enables retries for the affected tests to reduce the noise until we have an upstream fix

Fixes https://github.com/pulumi/pulumi-cdk/issues/96