Is there a way to avoid running any policies via t...
# automation-api
c
Is there a way to avoid running any policies via the automation API? For example, integration tests
w
Policies enforced via the Pulumi Service are required and cannot be skipped. But they are applied on a per-stack basis (to a Policy Group of stacks). So you could except your test stacks from the policy groups that are enforcing the policies you are writing if that meets your compliance requirements.
c
Thanks Luke!