Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/acctest: ignore missing endpoints in pre-check
Adds the logic used in internal/sweep/awsv2 to the internal/acctest pre-check skipping function. Successfully tested with DevOpsGuru in GovCloud: ```console % make testacc PKG=devopsguru TESTS=TestAccDevOpsGuru_serial ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.21.8 test ./internal/service/devopsguru/... -v -count 1 -parallel 20 -run='TestAccDevOpsGuru_serial' -timeout 360m --- PASS: TestAccDevOpsGuru_serial (0.12s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollection (0.11s) --- SKIP: TestAccDevOpsGuru_serial/ResourceCollection/basic (0.11s) --- SKIP: TestAccDevOpsGuru_serial/ResourceCollection/cloudformation (0.00s) --- SKIP: TestAccDevOpsGuru_serial/ResourceCollection/disappears (0.00s) --- SKIP: TestAccDevOpsGuru_serial/ResourceCollection/tags (0.00s) --- SKIP: TestAccDevOpsGuru_serial/ResourceCollection/tagsAllResources (0.00s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollectionDataSource (0.00s) --- SKIP: TestAccDevOpsGuru_serial/ResourceCollectionDataSource/basic (0.00s) --- PASS: TestAccDevOpsGuru_serial/ServiceIntegration (0.00s) --- SKIP: TestAccDevOpsGuru_serial/ServiceIntegration/basic (0.00s) --- SKIP: TestAccDevOpsGuru_serial/ServiceIntegration/kms (0.00s) --- PASS: TestAccDevOpsGuru_serial/EventSourcesConfig (0.00s) --- SKIP: TestAccDevOpsGuru_serial/EventSourcesConfig/basic (0.00s) --- SKIP: TestAccDevOpsGuru_serial/EventSourcesConfig/disappears (0.00s) --- PASS: TestAccDevOpsGuru_serial/NotificationChannel (0.00s) --- SKIP: TestAccDevOpsGuru_serial/NotificationChannel/basic (0.00s) --- SKIP: TestAccDevOpsGuru_serial/NotificationChannel/disappears (0.00s) --- SKIP: TestAccDevOpsGuru_serial/NotificationChannel/filters (0.00s) --- PASS: TestAccDevOpsGuru_serial/NotificationChannelDataSource (0.00s) --- SKIP: TestAccDevOpsGuru_serial/NotificationChannelDataSource/basic (0.00s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/devopsguru 5.604s ```
- Loading branch information