Skip to content

Commit

Permalink
Add tests to quarantine
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Gimenez <[email protected]>
  • Loading branch information
Federico Gimenez committed Apr 7, 2021
1 parent 49d8c3e commit f9709a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/storage/hotplug.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ var _ = SIGDescribe("Hotplug", func() {
verifyVolumeAndDiskVMRemoved(vm, "some-new-volume1", "some-new-volume2")
},
table.Entry("[QUARANTINE][owner:@sig-storage]with DataVolume", addDVVolumeVM, removeVolumeVM),
table.Entry("with PersistentVolume", addPVCVolumeVM, removeVolumeVM),
table.Entry("[QUARANTINE][owner:@sig-storage]with PersistentVolume", addPVCVolumeVM, removeVolumeVM),
)
})

Expand Down
2 changes: 1 addition & 1 deletion tests/vmi_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ var _ = Describe("[owner:@sig-compute]Configurations", func() {
})

Context("[rfe_id:140][crit:medium][vendor:[email protected]][level:component]when CPU model defined", func() {
It("[test_id:1678]should report defined CPU model", func() {
It("[QUARANTINE][test_id:1678]should report defined CPU model", func() {
supportedCPUs := tests.GetSupportedCPUModels(*nodes)
Expect(len(supportedCPUs)).ToNot(Equal(0))
cpuVmi.Spec.Domain.CPU = &v1.CPU{
Expand Down

0 comments on commit f9709a7

Please sign in to comment.