-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/aws_s3control_bucket_policy: Switch to 'WithoutTimeout' CRUD handle…
…rs (#15090). Acceptance test output: % make testacc TESTARGS='-run=TestAccS3ControlBucketPolicy_' PKG=s3control ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/s3control/... -v -count 1 -parallel 3 -run=TestAccS3ControlBucketPolicy_ -timeout 180m === RUN TestAccS3ControlBucketPolicy_basic === PAUSE TestAccS3ControlBucketPolicy_basic === RUN TestAccS3ControlBucketPolicy_disappears === PAUSE TestAccS3ControlBucketPolicy_disappears === RUN TestAccS3ControlBucketPolicy_policy === PAUSE TestAccS3ControlBucketPolicy_policy === CONT TestAccS3ControlBucketPolicy_basic === CONT TestAccS3ControlBucketPolicy_policy === CONT TestAccS3ControlBucketPolicy_disappears === CONT TestAccS3ControlBucketPolicy_basic acctest.go:1368: skipping since no Outposts found --- SKIP: TestAccS3ControlBucketPolicy_basic (0.92s) === CONT TestAccS3ControlBucketPolicy_policy acctest.go:1368: skipping since no Outposts found --- SKIP: TestAccS3ControlBucketPolicy_policy (0.94s) === CONT TestAccS3ControlBucketPolicy_disappears acctest.go:1368: skipping since no Outposts found --- SKIP: TestAccS3ControlBucketPolicy_disappears (0.98s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/s3control 6.277s
- Loading branch information
Showing
5 changed files
with
74 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters