pulumi/tests/testdata/import_node
Fraser Waters 1b2fb8ee39
Fix flakey test (#15311)
TestPreviewImportFile could fail if the two resources registered in the
opposite order to what the test expected.

https://github.com/pulumi/pulumi/actions/runs/7708946353/job/21009583196

This fixes the resources to always register in the same order via a
`dependsOn` option, and then fixes the test to pass for that ordering.
2024-01-30 14:08:47 +00:00
..
.gitignore Add --import-file to pulumi preview (#14548) 2023-12-05 08:32:40 +00:00
Pulumi.yaml Add --import-file to pulumi preview (#14548) 2023-12-05 08:32:40 +00:00
index.ts Fix flakey test (#15311) 2024-01-30 14:08:47 +00:00
package.json Add --import-file to pulumi preview (#14548) 2023-12-05 08:32:40 +00:00
tsconfig.json Add --import-file to pulumi preview (#14548) 2023-12-05 08:32:40 +00:00