Skip to content

Commit

Permalink
Quarantine instancetype tests
Browse files Browse the repository at this point in the history
Test fails with logs in the velero pods as:
`failed to list instancetype.kubevirt.io/v1beta1,
Resource=virtualmachineinstancetype: the server could not find the
requested resource`
Until we figure out why I'll quarantine the tests so the others
can pass.

Signed-off-by: Shelly Kagan <skagan@redhat.com>
  • Loading branch information
ShellyKa13 committed Dec 8, 2024
1 parent 425dd1e commit 96b3dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vm_backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ var _ = Describe("[smoke] VM Backup", func() {
})

Context("VM and VMI object graph backup", func() {
Context("with instancetypes and preferences", func() {
PContext("with instancetypes and preferences", func() {
nsDelFunc := func() {
err := f.KvClient.VirtualMachineInstancetype(f.Namespace.Name).
Delete(context.Background(), instancetypeName, metav1.DeleteOptions{})
Expand Down

0 comments on commit 96b3dda

Please sign in to comment.