Skip to content

Commit 1e1f557

Browse files
committed
WIP: disable local VM boot tests
These boot tests generate a lot of output and take too long. I want to see what a full run looks like with only cloud boot tests.
1 parent 79413b0 commit 1e1f557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/scripts/imgtestlib/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"cloud-ec2",
3636
],
3737
"x86_64": [
38-
"image-installer", "minimal-installer", "network-installer",
39-
"qcow2", "generic-qcow2", "cloud-qcow2",
38+
# "image-installer", "minimal-installer", "network-installer",
39+
# "qcow2", "generic-qcow2", "cloud-qcow2",
4040
"wsl", "generic-wsl",
4141
]
4242
}

0 commit comments

Comments
 (0)