Skip to content

Commit

Permalink
Add new quarantine batch
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Gimenez <[email protected]>
Federico Gimenez committed Mar 31, 2021
1 parent 4cab16c commit fb3b479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/hotplug.go
Original file line number Diff line number Diff line change
@@ -372,7 +372,7 @@ var _ = SIGDescribe("Hotplug", func() {

verifyVolumeAndDiskVMRemoved(vm, "some-new-volume1", "some-new-volume2")
},
table.Entry("with DataVolume", addDVVolumeVM, removeVolumeVM),
table.Entry("[QUARANTINE][owner:@sig-storage]with DataVolume", addDVVolumeVM, removeVolumeVM),
table.Entry("with PersistentVolume", addPVCVolumeVM, removeVolumeVM),
)
})

0 comments on commit fb3b479

Please sign in to comment.