Skip to content

Commit

Permalink
Updated e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
vr4manta committed Nov 25, 2024
1 parent 40b5b32 commit b613ef0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/services/govmomi/vcenter/clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ func TestCreateDiskSpec(t *testing.T) {
if len(defaultDisks) < 1 {
t.Fatal("Unable to find attached disk for data disk testing")
}
//disk := defaultDisks[0].(*types.VirtualDisk)
//disk.CapacityInKB = int64(defaultSizeGiB) * 1024 * 1024 // GiB
//if err := machine.EditDevice(ctx.TODO(), disk); err != nil {
// t.Fatalf("Can't resize disk for specified size")
//}

testCases := []struct {
expectDevice bool
Expand Down

0 comments on commit b613ef0

Please sign in to comment.