You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PreviewOnly upgrade tests skip themselves in -short mode however this is not ideal as it overloads another emerging convention we have in places like azure-native. Specifically, -short is used to skip very long running integration tests (think 20 minutes) but allow faster running integration tests (think 1 minute) to pass through. PreviewOnly tests are more in the 1 minute range so they should be permitted through -short to be conventional here.
Instead if #14 is adopted skip these tests when creds are not available, if the user opts into running in creds-free mode.
Example
N/A
Output of pulumi about
N/A
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
Currently PreviewOnly upgrade tests skip themselves in
-short
mode however this is not ideal as it overloads another emerging convention we have in places like azure-native. Specifically,-short
is used to skip very long running integration tests (think 20 minutes) but allow faster running integration tests (think 1 minute) to pass through. PreviewOnly tests are more in the 1 minute range so they should be permitted through-short
to be conventional here.Instead if #14 is adopted skip these tests when creds are not available, if the user opts into running in creds-free mode.
Example
N/A
Output of
pulumi about
N/A
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: