hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
457 stars 536 forks source link

Fixes failing tests for `make test` run in build step #2110

Closed vinay-gopalan closed 8 months ago

vinay-gopalan commented 8 months ago

This PR adds missing testutil.SkipTestAcc(t) to a few tests that were updated as a part of #1997. The build step was previously failing since these tests were not being skipped when running make test (these should be skipped and only run on make testacc). This fixes the build