Skip to content

Commit

Permalink
Switch test to use n1 as it has a local ssd attached which e2 doesn't…
Browse files Browse the repository at this point in the history
… support (#4232) (#7805)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 13, 2020
1 parent 9af3ec8 commit 1564a15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4232.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_compute_instance_migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ func TestAccComputeInstanceMigrateState_v4FixScratchDisk(t *testing.T) {
},
},
},
MachineType: "zones/" + zone + "/machineTypes/e2-medium",
MachineType: "zones/" + zone + "/machineTypes/n1-standard-1", // can't be e2 because of local-ssd
NetworkInterfaces: []*compute.NetworkInterface{
{
Network: "global/networks/default",
Expand Down

0 comments on commit 1564a15

Please sign in to comment.