pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
38 stars 11 forks source link

avoid flakyness in config nodes test #517

Closed tgummerer closed 9 months ago

tgummerer commented 9 months ago

The ordering of the nodes we get back from getConfNodesFromMap is not guaranteed to be stable. Let's make sure we don't have a flaky test by sorting the result before comparing it to our expected result.