Skip to content

Commit

Permalink
Add polling wait on VCR recording mode, bump max run times (hashicorp…
Browse files Browse the repository at this point in the history
…#4457) (hashicorp#8375)

* Add polling wait on VCR recording mode, bump max run times

* Skip a test

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Feb 3, 2021
1 parent c3ac5cb commit e60b797
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4457.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
3 changes: 3 additions & 0 deletions google/resource_active_directory_domain_trust_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import (
)

func TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample(t *testing.T) {
// This test continues to fail due to AD setup required
// Skipping in VCR to allow for fully successful test runs
skipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down

0 comments on commit e60b797

Please sign in to comment.