Skip to content

Commit

Permalink
Skip TestAccComputeInstanceTemplate_withNamePrefix in VCR (#11637) (#…
Browse files Browse the repository at this point in the history
…19373)

[upstream:814e864860bc9a61bfa5784d469f131f7ac280fd]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 4, 2024
1 parent 07d5572 commit 29cfa73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/11637.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func dataSourceGoogleComputeInstanceRead(d *schema.ResourceData, meta interface{
if err != nil {
return err
}
if err := d.Set("network_inferface", networkInterfaces); err != nil {
if err := d.Set("network_interface", networkInterfaces); err != nil {
return err
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,9 @@ func TestAccComputeInstanceTemplate_invalidDiskType(t *testing.T) {
}

func TestAccComputeInstanceTemplate_withNamePrefix(t *testing.T) {
// Randomness from generated name suffix
acctest.SkipIfVcr(t)

t.Parallel()

// 8 + 46 = 54 which is the valid max
Expand Down

0 comments on commit 29cfa73

Please sign in to comment.