This message was deleted.
# general
s
This message was deleted.
g
do you get this error when doing an
up
or
preview
or are you executing pulumi in a different way?
w
This is with an `up`…should I be using
preview
?
g
No, the tests will execute in both. Let me try to reproduce...
w
thanks, let me know
g
@witty-yacht-82771 looks like this currently doesn't work in
preview
(https://github.com/pulumi/pulumi/issues/3429), but should work during the
up
. If you're running
pulumi up
, pulumi will run the preview first and if anything fails will not proceed to the update. You can skips the tests during the
up
by checking
pulumi.runtime.isDryRun()
.
w
Cool, good to know, I’ll add that to my internal docs for now