Fix regress-4457
failing when new properties are introduced for autoscaling.Group
#4958
Labels
impact/flaky-test
A test that is unreliable
kind/engineering
Work that is not visible to an external user
regress-4457
is failing when a new property is added toautoscaling.Group
. That test is executingpulumi import
and then editing the code to add the necessary changes. The problem is that our python tests use the latest release version of the SDK and that does not include newly added properties, butpulumi import
will include them in the generated code.We should rewrite that test to use nodejs (or yaml?) because they are not susceptible to this issue.
The text was updated successfully, but these errors were encountered: